Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_bgconn.cc180 (p_cb->scan_int == BTM_BLE_SCAN_SLOW_INT_1 && in BTM_SetLeConnectionModeToFast()
196 p_cb->scan_int = BTM_BLE_SCAN_SLOW_INT_1; in BTM_SetLeConnectionModeToSlow()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_api_types.h149 #ifndef BTM_BLE_SCAN_SLOW_INT_1
150 #define BTM_BLE_SCAN_SLOW_INT_1 2048 /* 1.28 s = 2048 *0.625 */ macro