Home
last modified time | relevance | path

Searched refs:BTM_BLE_CONN_TIMEOUT_MIN_DEF (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/include/
Dbtm_ble_api.h186 #ifndef BTM_BLE_CONN_TIMEOUT_MIN_DEF
187 #define BTM_BLE_CONN_TIMEOUT_MIN_DEF 100 macro
/system/bt/bta/hh/
Dbta_hh_le.c1765 if (tout < BTM_BLE_CONN_TIMEOUT_MIN_DEF) in bta_hh_w4_le_read_char_cmpl()
1766 tout = BTM_BLE_CONN_TIMEOUT_MIN_DEF; in bta_hh_w4_le_read_char_cmpl()