Searched defs:p_srcb (Results 1 - 4 of 4) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gattc_utils.cc213 p_clcb->p_srcb = bta_gattc_find_srcb(remote_bda);
214 if (p_clcb->p_srcb == NULL)
215 p_clcb->p_srcb = bta_gattc_srcb_alloc(remote_bda);
217 if (p_clcb->p_rcb != NULL && p_clcb->p_srcb != NULL) {
218 p_clcb->p_srcb->num_clcb++;
261 tBTA_GATTC_SERV* p_srcb = NULL; local
264 p_srcb = p_clcb->p_srcb;
265 if (p_srcb->num_clcb) p_srcb
299 tBTA_GATTC_SERV* p_srcb = &bta_gattc_cb.known_server[0]; local
318 tBTA_GATTC_SERV* p_srcb = &bta_gattc_cb.known_server[0]; local
412 bta_gattc_check_notif_registry(tBTA_GATTC_RCB* p_clreg, tBTA_GATTC_SERV* p_srcb, tBTA_GATTC_NOTIFY* p_notify) argument
440 bta_gattc_clear_notif_registration(tBTA_GATTC_SERV* p_srcb, uint16_t conn_id, uint16_t start_handle, uint16_t end_handle) argument
[all...]
H A Dbta_gattc_act.cc94 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV* p_srcb,
559 p_clcb->p_srcb->state);
569 p_clcb->p_srcb->connected = true;
571 if (p_clcb->p_srcb->mtu == 0) p_clcb->p_srcb->mtu = GATT_DEF_BLE_MTU_SIZE;
574 if (p_clcb->p_srcb->p_srvc_cache == NULL ||
575 p_clcb->p_srcb->state != BTA_GATTC_SERV_IDLE) {
576 if (p_clcb->p_srcb->state == BTA_GATTC_SERV_IDLE) {
577 p_clcb->p_srcb->state = BTA_GATTC_SERV_LOAD;
579 p_clcb->p_srcb
681 bta_gattc_reset_discover_st(tBTA_GATTC_SERV* p_srcb, tBTA_GATT_STATUS status) argument
731 bta_gattc_set_discover_st(tBTA_GATTC_SERV* p_srcb) argument
1425 bta_gattc_process_srvc_chg_ind(uint16_t conn_id, tBTA_GATTC_RCB* p_clrcb, tBTA_GATTC_SERV* p_srcb, tBTA_GATTC_CLCB* p_clcb, tBTA_GATTC_NOTIFY* p_notify, tGATT_VALUE* att_value) argument
1537 tBTA_GATTC_SERV* p_srcb = NULL; local
[all...]
H A Dbta_gattc_cache.cc56 tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV* p_srcb,
59 tBTA_GATTC_SERV* p_srcb, uint16_t handle);
510 p_clcb->p_srcb->state = BTA_GATTC_SERV_SAVE;
513 bta_gattc_cache_save(p_clcb->p_srcb, p_clcb->bta_conn_id);
516 bta_gattc_reset_discover_st(p_clcb->p_srcb, BTA_GATT_OK);
935 if (!p_clcb->p_srcb->p_srvc_cache ||
936 list_is_empty(p_clcb->p_srcb->p_srvc_cache))
939 for (list_node_t* sn = list_begin(p_clcb->p_srcb->p_srvc_cache);
940 sn != list_end(p_clcb->p_srcb->p_srvc_cache); sn = list_next(sn)) {
963 list_t* bta_gattc_get_services_srcb(tBTA_GATTC_SERV* p_srcb) { argument
995 bta_gattc_get_service_for_handle_srcb( tBTA_GATTC_SERV* p_srcb, uint16_t handle) argument
1009 bta_gattc_get_characteristic_srcb( tBTA_GATTC_SERV* p_srcb, uint16_t handle) argument
1036 bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV* p_srcb, uint16_t handle) argument
[all...]
H A Dbta_gattc_int.h271 tBTA_GATTC_SERV* p_srcb; /* server cache CB */ member in struct:__anon151
427 tBTA_GATTC_SERV* p_srcb,
434 extern void bta_gattc_clear_notif_registration(tBTA_GATTC_SERV* p_srcb,
456 tBTA_GATTC_SERV* p_srcb, uint16_t handle);
468 extern void bta_gattc_reset_discover_st(tBTA_GATTC_SERV* p_srcb,

Completed in 94 milliseconds