Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc273 static void btm_ble_start_sync_timeout(void* data);
940 alarm_set(sync_timeout_alarm, SYNC_TIMEOUT, btm_ble_start_sync_timeout, NULL); in btm_ble_start_sync_request()
986 static void btm_ble_start_sync_timeout(void* /* data */) { in btm_ble_start_sync_timeout() function