Searched defs:p_clreg (Results 1 – 4 of 4) sorted by relevance
| /device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/ |
| D | bta_gattc_act.c | 273 void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg) in bta_gattc_deregister() 323 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(p_msg->api_conn.client_if); in bta_gattc_process_api_open() local 362 tBTA_GATTC_RCB *p_clreg; in bta_gattc_process_api_open_cancel() local 398 tBTA_GATTC_RCB *p_clreg; in bta_gattc_process_enc_cmpl() local 526 void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg) in bta_gattc_init_bk_conn() 582 tBTA_GATTC_RCB *p_clreg; in bta_gattc_cancel_bk_conn() local 798 tBTA_GATTC_RCB *p_clreg = p_clcb->p_rcb; in bta_gattc_close() local 1645 static void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB *p_clreg) in bta_gattc_deregister_cmpl() 2268 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(p_msg->api_listen.client_if); in bta_gattc_listen() local 2332 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(p_msg->api_listen.client_if); in bta_gattc_broadcast() local
|
| D | bta_gattc_utils.c | 540 BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, in bta_gattc_check_notif_registry() 738 void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status, in bta_gattc_send_open_cback() 768 void bta_gattc_send_connect_cback( tBTA_GATTC_RCB *p_clreg, BD_ADDR remote_bda, UINT16 conn_id, tBT… in bta_gattc_send_connect_cback() 796 void bta_gattc_send_disconnect_cback( tBTA_GATTC_RCB *p_clreg, tGATT_DISCONN_REASON reason, in bta_gattc_send_disconnect_cback()
|
| D | bta_gattc_main.c | 335 tBTA_GATTC_RCB *p_clreg; in bta_gattc_hdl_event() local
|
| D | bta_gattc_api.c | 864 tBTA_GATTC_RCB *p_clreg; in BTA_GATTC_RegisterForNotifications() local 930 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(client_if); in BTA_GATTC_DeregisterForNotifications() local
|