Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h359 } tBTA_GATTC_RCB; typedef
366 tBTA_GATTC_RCB *p_rcb; /* pointer to the registration CB */
420 tBTA_GATTC_RCB cl_rcb[BTA_GATTC_CL_MAX];
460 extern void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg);
473 extern void bta_gattc_conncback(tBTA_GATTC_RCB *p_rcb, tBTA_GATTC_DATA *p_data);
474 extern void bta_gattc_disconncback(tBTA_GATTC_RCB *p_rcb, tBTA_GATTC_DATA *p_data);
497 extern void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg);
499 extern void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
501 extern void bta_gattc_send_connect_cback( tBTA_GATTC_RCB *p_clreg, BD_ADDR remote_bda, UINT16 conn_…
503 extern void bta_gattc_send_disconnect_cback( tBTA_GATTC_RCB *p_clreg, tGATT_DISCONN_REASON reason,
[all …]
/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()
129 tBTA_GATTC_RCB *p_clrcb = &bta_gattc_cb.cl_rcb[0]; in bta_gattc_cl_get_regcb()
325 extern void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB *p_clreg);
331 tBTA_GATTC_RCB *p_clreg = p_clcb->p_rcb; in bta_gattc_clcb_dealloc_by_conn_id()
556 BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, in bta_gattc_check_notif_registry()
591 tBTA_GATTC_RCB *p_clrcb ; in bta_gattc_clear_notif_registration()
628 void bta_gattc_clear_notif_registration_by_bda(tBTA_GATTC_RCB *p_clrcb, BD_ADDR remote_bda) in bta_gattc_clear_notif_registration_by_bda()
754 void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status, in bta_gattc_send_open_cback()
784 void bta_gattc_send_connect_cback( tBTA_GATTC_RCB *p_clreg, BD_ADDR remote_bda, UINT16 conn_id, in bta_gattc_send_connect_cback()
815 void bta_gattc_send_disconnect_cback( tBTA_GATTC_RCB *p_clreg, tGATT_DISCONN_REASON reason, in bta_gattc_send_disconnect_cback()
Dbta_gattc_act.c67 void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB *p_clreg);
239 memset( &p_cb->cl_rcb[i], 0 , sizeof(tBTA_GATTC_RCB)); in bta_gattc_register()
284 void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg) in bta_gattc_deregister()
337 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(p_msg->api_conn.client_if); in bta_gattc_process_api_open()
380 tBTA_GATTC_RCB *p_clreg; in bta_gattc_process_api_open_cancel()
416 tBTA_GATTC_RCB *p_clreg; in bta_gattc_process_enc_cmpl()
577 void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg) in bta_gattc_init_bk_conn()
633 tBTA_GATTC_RCB *p_clreg; in bta_gattc_cancel_bk_conn()
784 void bta_gattc_conncback(tBTA_GATTC_RCB *p_rcb, tBTA_GATTC_DATA *p_data) in bta_gattc_conncback()
803 void bta_gattc_disconncback(tBTA_GATTC_RCB *p_rcb, tBTA_GATTC_DATA *p_data) in bta_gattc_disconncback()
[all …]
Dbta_gattc_main.c341 tBTA_GATTC_RCB *p_clreg; in bta_gattc_hdl_event()
Dbta_gattc_api.c912 tBTA_GATTC_RCB *p_clreg; in BTA_GATTC_RegisterForNotifications()
978 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(client_if); in BTA_GATTC_DeregisterForNotifications()