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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 320 }tBTA_GATTC_RCB;
327 tBTA_GATTC_RCB *p_rcb; /* pointer to the registration CB */
370 tBTA_GATTC_RCB cl_rcb[BTA_GATTC_CL_MAX];
438 extern void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg);
440 extern void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
450 extern tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if);
460 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 137 memset( &p_cb->cl_rcb[i], 0 , sizeof(tBTA_GATTC_RCB));
178 void bta_gattc_int_deregister_cmpl(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_IF client_if)
187 memset(p_clreg, 0, sizeof(tBTA_GATTC_RCB));
207 void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_IF client_if)
240 tBTA_GATTC_RCB *p_clreg;
249 memset(p_clreg, 0, sizeof(tBTA_GATTC_RCB));
273 tBTA_GATTC_RCB *p_clreg;
315 tBTA_GATTC_RCB *p_clreg = bta_gattc_cl_get_regcb(p_msg->api_conn.client_if);
360 tBTA_GATTC_RCB *p_clreg;
484 void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg
    [all...]
bta_gattc_utils.c 121 tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if)
124 tBTA_GATTC_RCB *p_clrcb = &bta_gattc_cb.cl_rcb[0];
558 BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb,
589 tBTA_GATTC_RCB *p_clrcb ;
769 void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
bta_gattc_api.c 854 tBTA_GATTC_RCB *p_clreg;
    [all...]

Completed in 24 milliseconds