HomeSort by relevance Sort by last modified time
    Searched defs:p_srcb (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/gatt/
bta_gattc_utils.c 237 if ((p_clcb->p_srcb = bta_gattc_find_srcb(remote_bda)) == NULL)
238 p_clcb->p_srcb = bta_gattc_srcb_alloc(remote_bda);
240 if (p_clcb->p_rcb != NULL && p_clcb->p_srcb != NULL)
242 p_clcb->p_srcb->num_clcb ++;
288 tBTA_GATTC_SERV *p_srcb = NULL; local
292 p_srcb = p_clcb->p_srcb;
293 if (p_srcb->num_clcb)
294 p_srcb->num_clcb --;
300 if ( p_srcb->num_clcb == 0
325 tBTA_GATTC_SERV *p_srcb = &bta_gattc_cb.known_server[0]; local
347 tBTA_GATTC_SERV *p_srcb = &bta_gattc_cb.known_server[0]; local
    [all...]
bta_gattc_act.c 101 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status);
694 APPL_TRACE_DEBUG("bta_gattc_conn server cache state=%d",p_clcb->p_srcb->state);
705 p_clcb->p_srcb->connected = TRUE;
707 if (p_clcb->p_srcb->mtu == 0)
708 p_clcb->p_srcb->mtu = GATT_DEF_BLE_MTU_SIZE;
711 if (p_clcb->p_srcb->p_srvc_cache == NULL ||
712 p_clcb->p_srcb->state != BTA_GATTC_SERV_IDLE)
714 if (p_clcb->p_srcb->state == BTA_GATTC_SERV_IDLE)
716 p_clcb->p_srcb->state = BTA_GATTC_SERV_LOAD;
718 bta_gattc_reset_discover_st(p_clcb->p_srcb, BTA_GATT_OK)
1786 tBTA_GATTC_SERV *p_srcb = NULL; local
    [all...]
bta_gattc_int.h 327 tBTA_GATTC_SERV *p_srcb; /* server cache CB */ member in struct:__anon71764
469 extern BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, tBTA_GATTC_NOTIFY *p_notify);
473 extern void bta_gattc_clear_notif_registration(tBTA_GATTC_SERV *p_srcb, UINT16 conn_id, UINT16 start_handle, UINT16 end_handle);
484 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handle);
491 extern void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status);

Completed in 67 milliseconds