Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c560 BOOLEAN btm_ble_start_select_conn(BOOLEAN start, tBTM_BLE_SEL_CBACK *p_select_cback) in btm_ble_start_select_conn() function
670 return btm_ble_start_select_conn(FALSE, NULL); in btm_ble_suspend_bg_conn()
690 btm_ble_start_select_conn(FALSE, NULL); in btm_suspend_wl_activity()
756 ret = btm_ble_start_select_conn(TRUE, btm_cb.ble_ctr_cb.p_select_cback); in btm_ble_resume_bg_conn()
Dbtm_ble_gap.c1258 btm_ble_start_select_conn(TRUE, p_select_cback); in BTM_BleSetBgConnType()
1265 btm_ble_start_select_conn(FALSE, NULL); in BTM_BleSetBgConnType()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h467 BOOLEAN btm_ble_start_select_conn(BOOLEAN start, tBTM_BLE_SEL_CBACK *p_select_cback);