OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_BLE_CONN_SUP_TOUT_MIN
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c
321
(p_dev_rec->conn_params.supervision_tout >=
BTM_BLE_CONN_SUP_TOUT_MIN
) &&
626
timeout <
BTM_BLE_CONN_SUP_TOUT_MIN
|| timeout > BTM_BLE_CONN_SUP_TOUT_MAX ||
[
all
...]
/external/bluetooth/bluedroid/stack/include/
btm_ble_api.h
120
#define
BTM_BLE_CONN_SUP_TOUT_MIN
0x000A
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_api.h
688
#define BTA_DM_BLE_CONN_SUP_TOUT_MIN
BTM_BLE_CONN_SUP_TOUT_MIN
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_ble.c
538
BTM_BLE_VALID_PRAM(supervision_tout,
BTM_BLE_CONN_SUP_TOUT_MIN
, BTM_BLE_CONN_SUP_TOUT_MAX) &&
[
all
...]
Completed in 116 milliseconds