HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_GATTC_RCB (Results 1 - 5 of 5) sorted by null

  /system/bt/bta/gatt/
bta_gattc_int.h 318 }tBTA_GATTC_RCB;
326 tBTA_GATTC_RCB *p_rcb; /* pointer to the registration CB */
380 tBTA_GATTC_RCB cl_rcb[BTA_GATTC_CL_MAX];
410 extern void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg);
443 extern void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg);
445 extern void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
459 extern tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if);
469 extern BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, tBTA_GATTC_NOTIFY *p_notify);
bta_gattc_act.c 59 static void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB *p_clreg);
273 void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg)
333 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(p_msg->api_conn.client_if);
381 tBTA_GATTC_RCB *p_clreg;
424 tBTA_GATTC_RCB *p_clreg;
551 void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg)
610 tBTA_GATTC_RCB *p_clreg;
791 tBTA_GATTC_RCB *p_clreg = p_clcb->p_rcb;
    [all...]
bta_gattc_utils.c 126 tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if)
129 tBTA_GATTC_RCB *p_clrcb = &bta_gattc_cb.cl_rcb[0];
455 BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb,
490 tBTA_GATTC_RCB *p_clrcb ;
632 void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
bta_gattc_api.c 596 tBTA_GATTC_RCB *p_clreg;
671 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(client_if);
bta_gattc_main.c 335 tBTA_GATTC_RCB *p_clreg;

Completed in 42 milliseconds