Home
last modified time | relevance | path

Searched refs:BTM_BLE_CONN_TIMEOUT_DEF (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_api_types.h186 #ifndef BTM_BLE_CONN_TIMEOUT_DEF
187 #define BTM_BLE_CONN_TIMEOUT_DEF 500 macro
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble_conn_params.cc231 supervision_tout = BTM_BLE_CONN_TIMEOUT_DEF; in l2cble_start_conn_update()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc457 p_dev_rec->conn_params.supervision_tout = BTM_BLE_CONN_TIMEOUT_DEF; in BTM_BleSetPrefConnParams()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc1403 if (timeout == BTM_BLE_CONN_PARAM_UNDEF) timeout = BTM_BLE_CONN_TIMEOUT_DEF; in read_pref_conn_params_cb()