Home
last modified time | relevance | path

Searched refs:BTM_BLE_CONN_TIMEOUT_DEF (Results 1 – 5 of 5) 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.cc331 supervision_tout = BTM_BLE_CONN_TIMEOUT_DEF; in l2cble_start_conn_update()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc465 p_dev_rec->conn_params.supervision_tout = BTM_BLE_CONN_TIMEOUT_DEF; in BTM_BleSetPrefConnParams()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc1339 if (timeout == BTM_BLE_CONN_PARAM_UNDEF) timeout = BTM_BLE_CONN_TIMEOUT_DEF; in read_pref_conn_params_cb()
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.cc1124 uint16_t timeout = BTM_BLE_CONN_TIMEOUT_DEF; in L2CA_EnableUpdateBleConnParams()