Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c551 BOOLEAN btm_ble_start_select_conn(BOOLEAN start, tBTM_BLE_SEL_CBACK *p_select_cback) in btm_ble_start_select_conn() argument
561 if (p_select_cback != NULL) { in btm_ble_start_select_conn()
562 btm_cb.ble_ctr_cb.p_select_cback = p_select_cback; in btm_ble_start_select_conn()
610 p_cb->p_select_cback = NULL; in btm_ble_start_select_conn()
747 ret = btm_ble_start_select_conn(TRUE, btm_cb.ble_ctr_cb.p_select_cback); in btm_ble_resume_bg_conn()
Dbtm_devctl.c169 btm_cb.ble_ctr_cb.p_select_cback = NULL; in reset_complete()
Dbtm_ble_gap.c1199 tBTM_BLE_SEL_CBACK *p_select_cback) in BTM_BleSetBgConnType() argument
1218 btm_ble_start_select_conn(TRUE, p_select_cback); in BTM_BleSetBgConnType()
3431 if (btm_cb.ble_ctr_cb.p_select_cback == NULL || in btm_send_sel_conn_callback()
3452 if ((* btm_cb.ble_ctr_cb.p_select_cback)(remote_bda, remname)) { in btm_send_sel_conn_callback()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h348 tBTM_BLE_SEL_CBACK *p_select_cback; member
457 BOOLEAN btm_ble_start_select_conn(BOOLEAN start, tBTM_BLE_SEL_CBACK *p_select_cback);
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c1691 …d BTA_DmBleSetBgConnType(tBTA_DM_BLE_CONN_TYPE bg_conn_type, tBTA_DM_BLE_SEL_CBACK *p_select_cback) in BTA_DmBleSetBgConnType() argument
1701 p_msg->p_select_cback = p_select_cback; in BTA_DmBleSetBgConnType()
Dbta_dm_act.c4895 p_data->ble_set_bd_conn_type.p_select_cback); in bta_dm_ble_set_bg_conn_type()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h1916 tBTM_BLE_SEL_CBACK *p_select_cback);
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h586 tBTA_DM_BLE_SEL_CBACK *p_select_cback; member
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h2108 … BTA_DmBleSetBgConnType(tBTA_DM_BLE_CONN_TYPE bg_conn_type, tBTA_DM_BLE_SEL_CBACK *p_select_cback);