meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:bluetooth:bluez [2018/08/24 13:59] – created niziak | linux:bluetooth:bluez [2022/11/10 10:49] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Not possible to enable | + | ====== bluez ====== |
| + | |||
| + | ====== Debug ====== | ||
| + | |||
| + | <code bash> | ||
| + | MGMT_DEBUG=1 / | ||
| + | </ | ||
| + | |||
| + | ====== Issues ====== | ||
| + | |||
| + | Not possible to enable | ||
| <file | adapter.c> | <file | adapter.c> | ||
| #define IDLE_DISCOV_TIMEOUT (5) | #define IDLE_DISCOV_TIMEOUT (5) | ||
| ... | ... | ||
| - | /* | + | /* |
| - | * In case the restart of the discovery failed, then just trigger | + | * In case the restart of the discovery failed, then just trigger |
| - | * it for the next idle timeout again. | + | * it for the next idle timeout again. |
| - | */ | + | */ |
| - | trigger_start_discovery(adapter, | + | trigger_start_discovery(adapter, |
| ... | ... | ||
| - | if (adapter-> | + | if (adapter-> |
| - | trigger_start_discovery(adapter, | + | trigger_start_discovery(adapter, |
| - | else | + | else |
| - | trigger_start_discovery(adapter, | + | trigger_start_discovery(adapter, |
| - | break; | + | break; |
| </ | </ | ||
| + | |||
| + | There is a condition in Bluez, to restart discovery immediatelly (without 5 second idle), when Discovery Filter is set. | ||
| + | |||