Home
last modified time | relevance | path

Searched refs:BTM_BLE_CONN_INT_MIN_LIMIT (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/include/
Dbtm_ble_api.h191 #ifndef BTM_BLE_CONN_INT_MIN_LIMIT
192 #define BTM_BLE_CONN_INT_MIN_LIMIT 0x0009 macro
/system/bt/bta/hh/
Dbta_hh_le.c1795 if (min < BTM_BLE_CONN_INT_MIN_LIMIT) in bta_hh_w4_le_read_char_cmpl()
1796 min = BTM_BLE_CONN_INT_MIN_LIMIT; in bta_hh_w4_le_read_char_cmpl()
1797 if (max < BTM_BLE_CONN_INT_MIN_LIMIT) in bta_hh_w4_le_read_char_cmpl()
1798 max = BTM_BLE_CONN_INT_MIN_LIMIT; in bta_hh_w4_le_read_char_cmpl()
/system/bt/stack/l2cap/
Dl2c_ble.c664 if (min_interval < BTM_BLE_CONN_INT_MIN_LIMIT) in l2cble_process_sig_cmd()
665 min_interval = BTM_BLE_CONN_INT_MIN_LIMIT; in l2cble_process_sig_cmd()