Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c126 tBTA_GATTC_RCB *bta_gattc_cl_get_regcb(UINT8 client_if) in bta_gattc_cl_get_regcb() argument
133 p_clrcb->client_if == client_if) { in bta_gattc_cl_get_regcb()
168 tBTA_GATTC_CLCB *bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda, in bta_gattc_find_clcb_by_cif() argument
176 p_clcb->p_rcb->client_if == client_if && in bta_gattc_find_clcb_by_cif()
216 tBTA_GATTC_CLCB *bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, in bta_gattc_clcb_alloc() argument
233 p_clcb->p_rcb = bta_gattc_cl_get_regcb(client_if); in bta_gattc_clcb_alloc()
263 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, in bta_gattc_find_alloc_clcb() argument
268 if ((p_clcb = bta_gattc_find_clcb_by_cif(client_if, remote_bda, transport)) == NULL) { in bta_gattc_find_alloc_clcb()
269 p_clcb = bta_gattc_clcb_alloc(client_if, remote_bda, transport); in bta_gattc_find_alloc_clcb()
652 BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR_PTR remote_bda_ptr, in bta_gattc_mark_bg_conn() argument
[all …]
Dbta_gattc_act.c169 if (!bta_hh_le_is_hh_gatt_if(p_cb->cl_rcb[i].client_if)) { in bta_gattc_disable()
218 …if ((p_app_uuid == NULL) || (p_cb->cl_rcb[i].client_if = GATT_Register(p_app_uuid, &bta_gattc_cl_c… in bta_gattc_register()
227 cb_data.reg_oper.client_if = p_cb->cl_rcb[i].client_if; in bta_gattc_register()
231 p_buf->client_if = p_cb->cl_rcb[i].client_if; in bta_gattc_register()
236 GATT_Deregister(p_cb->cl_rcb[i].client_if); in bta_gattc_register()
268 if (bta_gattc_cl_get_regcb(p_msg->int_start_if.client_if) != NULL ) { in bta_gattc_start_if()
269 GATT_StartIf(p_msg->int_start_if.client_if); in bta_gattc_start_if()
271 … APPL_TRACE_ERROR("Unable to start app.: Unknown interface =%d", p_msg->int_start_if.client_if ); in bta_gattc_start_if()
293 if (p_cb->bg_track[i].cif_mask & (1 << (p_clreg->client_if - 1))) { in bta_gattc_deregister()
294 … bta_gattc_mark_bg_conn(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE, FALSE); in bta_gattc_deregister()
[all …]
Dbta_gattc_api.c117 void BTA_GATTC_AppDeregister(tBTA_GATTC_IF client_if) in BTA_GATTC_AppDeregister() argument
123 p_buf->client_if = client_if; in BTA_GATTC_AppDeregister()
145 void BTA_GATTC_Enh_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, tBTA_ADDR_TYPE remote_addr_typ… in BTA_GATTC_Enh_Open() argument
155 p_buf->client_if = client_if; in BTA_GATTC_Enh_Open()
192 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct) in BTA_GATTC_CancelOpen() argument
204 p_buf->client_if = client_if; in BTA_GATTC_CancelOpen()
909 tBTA_GATT_STATUS BTA_GATTC_RegisterForNotifications (tBTA_GATTC_IF client_if, in BTA_GATTC_RegisterForNotifications() argument
922 if ((p_clreg = bta_gattc_cl_get_regcb(client_if)) != NULL) { in BTA_GATTC_RegisterForNotifications()
951 APPL_TRACE_ERROR("Client_if: %d Not Registered", client_if); in BTA_GATTC_RegisterForNotifications()
970 tBTA_GATT_STATUS BTA_GATTC_DeregisterForNotifications (tBTA_GATTC_IF client_if, in BTA_GATTC_DeregisterForNotifications() argument
[all …]
Dbta_gattc_main.c360 p_clreg = bta_gattc_cl_get_regcb(((tBTA_GATTC_DATA *)p_msg)->api_dereg.client_if); in bta_gattc_hdl_event()
400 p_clreg = bta_gattc_cl_get_regcb(((tBTA_GATTC_DATA *)p_msg)->int_conn.client_if); in bta_gattc_hdl_event()
406 p_clreg = bta_gattc_cl_get_regcb(((tBTA_GATTC_DATA *)p_msg)->int_conn.client_if); in bta_gattc_hdl_event()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h122 tBTA_GATTC_IF client_if; member
132 tBTA_GATTC_IF client_if; member
147 tBTA_GATTC_IF client_if; member
207 tBTA_GATTC_IF client_if; member
223 tBTA_GATTC_IF client_if; member
231 tBTA_GATTC_IF client_if; member
242 tBTA_GATTC_IF client_if; member
255 tBTA_GATTC_IF client_if; member
354 … tBTA_GATTC_IF client_if; /* client interface with BTE stack for this application */ member
515 extern tBTA_GATTC_CLCB *bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda, tBTA_TRANS…
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h299 tBTA_GATTC_IF client_if; member
350 tBTA_GATTC_IF client_if; member
359 tBTA_GATTC_IF client_if; member
386 tBTA_GATTC_IF client_if; member
391 tBTA_GATTC_IF client_if; member
398 tBTA_GATTC_IF client_if; member
404 tBTA_GATTC_IF client_if; member
411 tBTA_GATTC_IF client_if; member
421 tBTA_GATTC_IF client_if; member
799 extern void BTA_GATTC_AppDeregister (tBTA_GATTC_IF client_if);
[all …]
Dbta_api.h2404 extern void BTA_DmSetBleScanParams(tGATT_IF client_if, UINT32 scan_interval,
2425 extern void BTA_DmSetBleScanFilterParams(tGATT_IF client_if, UINT32 scan_interval,
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_common_types.h20 uint8_t client_if; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c810 gattc_if = reg_oper->client_if; in btc_gattc_cb_handler()
819 gattc_if = reg_oper->client_if; in btc_gattc_cb_handler()
922 gattc_if = open->client_if; in btc_gattc_cb_handler()
943 gattc_if = connect->client_if; in btc_gattc_cb_handler()
960 gattc_if = close->client_if; in btc_gattc_cb_handler()
971 gattc_if = disconnect->client_if; in btc_gattc_cb_handler()
1023 gattc_if = arg->set_assoc.client_if; in btc_gattc_cb_handler()
1029 gattc_if = arg->get_addr_list.client_if; in btc_gattc_cb_handler()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c270 tGATT_IF client_if = 0xFF; /* Default GATT interface id */ in start_le_scan() local
273 BTM_BleSetScanFilterParams(client_if, interval, window, scan_type, addr_type_own, in start_le_scan()
1339 bt_mesh_gattc_if = p_data->reg_oper.client_if; in bt_mesh_bta_gattc_cb()
1653 if (bt_mesh_gattc_if != p_data->connect.client_if) { in bt_mesh_bta_gattc_cb()
1672 if (bt_mesh_gattc_if != p_data->disconnect.client_if) { in bt_mesh_bta_gattc_cb()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c1329 void BTA_DmSetBleScanParams(tGATT_IF client_if, UINT32 scan_interval, in BTA_DmSetBleScanParams() argument
1338 p_msg->client_if = client_if; in BTA_DmSetBleScanParams()
1365 void BTA_DmSetBleScanFilterParams(tGATT_IF client_if, UINT32 scan_interval, in BTA_DmSetBleScanFilterParams() argument
1374 p_msg->client_if = client_if; in BTA_DmSetBleScanFilterParams()
Dbta_dm_act.c5089 BTM_BleSetScanParams(p_data->ble_set_scan_params.client_if, in bta_dm_ble_set_scan_params()
5109 if (BTM_BleSetScanFilterParams (p_data->ble_set_scan_fil_params.client_if, in bta_dm_ble_set_scan_fil_params()
5123 …>ble_set_scan_fil_params.scan_param_setup_cback(p_data->ble_set_scan_fil_params.client_if, status); in bta_dm_ble_set_scan_fil_params()
6140 track_adv_data.client_if = (UINT8)p_data->ble_track_advert.ref_value; in bta_dm_ble_track_advertiser()
6388 if (bta_dm_search_cb.client_if == BTA_GATTS_INVALID_IF) { in bta_dm_gattc_register()
6579 BTA_GATTC_Enh_Open(bta_dm_search_cb.client_if, bd_addr, BLE_ADDR_UNKNOWN_TYPE, TRUE, in btm_dm_start_gatt_discovery()
6598 BTA_GATTC_CancelOpen(bta_dm_search_cb.client_if, bd_addr, TRUE); in bta_dm_cancel_gatt_discovery()
6634 p_data->client_if, in bta_dm_proc_open_evt()
6663 APPL_TRACE_DEBUG("BTA_GATTC_REG_EVT client_if = %d", p_data->reg_oper.client_if); in bta_dm_gattc_callback()
6665 bta_dm_search_cb.client_if = p_data->reg_oper.client_if; in bta_dm_gattc_callback()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h1000 typedef void (*tBLE_SCAN_PARAM_SETUP_CBACK)(tGATT_IF client_if, tBTM_STATUS status);
1571 void BTM_BleSetScanParams(tGATT_IF client_if, UINT32 scan_interval,
1595 tBTM_STATUS BTM_BleSetScanFilterParams(tGATT_IF client_if, UINT32 scan_interval, UINT32 scan_window,
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h370 extern BOOLEAN bta_hh_le_is_hh_gatt_if(tBTA_GATTC_IF client_if);
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h681 tBTA_GATTC_IF client_if; member
690 tBTA_GATTC_IF client_if; member
1530 tBTA_GATTC_IF client_if; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c242 bta_hh_cb.gatt_if = p_reg->client_if; in bta_hh_le_register_cmpl()
262 BOOLEAN bta_hh_le_is_hh_gatt_if(tBTA_GATTC_IF client_if) in bta_hh_le_is_hh_gatt_if() argument
264 return (bta_hh_cb.gatt_if == client_if); in bta_hh_le_is_hh_gatt_if()
1281 p_buf == NULL || p_buf->le_enc_cmpl.client_if != bta_hh_cb.gatt_if) { in bta_hh_le_notify_enc_cmpl()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_batchscan.c89 adv_data.client_if = (UINT8)ble_advtrack_cb.ref_value; in btm_ble_batchscan_filter_track_adv_vse_cback()
Dbtm_ble_gap.c1656 void BTM_BleSetScanParams(tGATT_IF client_if, UINT32 scan_interval, UINT32 scan_window, in BTM_BleSetScanParams() argument
1687 scan_setup_status_cback(client_if, BTM_SUCCESS); in BTM_BleSetScanParams()
1691 scan_setup_status_cback(client_if, BTM_ILLEGAL_VALUE); in BTM_BleSetScanParams()
1700 tBTM_STATUS BTM_BleSetScanFilterParams(tGATT_IF client_if, UINT32 scan_interval, UINT32 scan_window, in BTM_BleSetScanFilterParams() argument