Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc596 const std::list<Service>* bta_gattc_get_services_srcb(tBTA_GATTC_SERV* p_srcb) { in bta_gattc_get_services_srcb()
611 tBTA_GATTC_SERV* p_srcb = p_clcb->p_srcb; in bta_gattc_get_services() local
616 const Service* bta_gattc_get_service_for_handle_srcb(tBTA_GATTC_SERV* p_srcb, uint16_t handle) { in bta_gattc_get_service_for_handle_srcb()
633 const Characteristic* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV* p_srcb, uint16_t handle) { in bta_gattc_get_characteristic_srcb()
656 tBTA_GATTC_SERV* p_srcb = p_clcb->p_srcb; in bta_gattc_get_characteristic() local
660 const Descriptor* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV* p_srcb, uint16_t handle) { in bta_gattc_get_descriptor_srcb()
685 tBTA_GATTC_SERV* p_srcb = p_clcb->p_srcb; in bta_gattc_get_descriptor() local
689 const Characteristic* bta_gattc_get_owning_characteristic_srcb(tBTA_GATTC_SERV* p_srcb, in bta_gattc_get_owning_characteristic_srcb()
Dbta_gattc_utils.cc266 void bta_gattc_server_disconnected(tBTA_GATTC_SERV* p_srcb) { in bta_gattc_server_disconnected()
292 tBTA_GATTC_SERV* p_srcb = p_clcb->p_srcb; in bta_gattc_clcb_dealloc() local
375 tBTA_GATTC_SERV* p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srcb() local
396 tBTA_GATTC_SERV* p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srvr_cache() local
574 bool bta_gattc_check_notif_registry(tBTA_GATTC_RCB* p_clreg, tBTA_GATTC_SERV* p_srcb, in bta_gattc_check_notif_registry()
Dbta_gattc_act.cc745 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV* p_srcb, tGATT_STATUS status) { in bta_gattc_reset_discover_st()
787 static void bta_gattc_set_discover_st(tBTA_GATTC_SERV* p_srcb) { in bta_gattc_set_discover_st()
945 tBTA_GATTC_SERV* p_srcb = bta_gattc_find_srvr_cache(bd_addr); in bta_gattc_continue_discovery_if_needed() local
1533 tBTA_GATTC_SERV* p_srcb, tBTA_GATTC_CLCB* p_clcb, in bta_gattc_process_srvc_chg_ind()
1670 tBTA_GATTC_SERV* p_srcb = bta_gattc_find_srcb(remote_bda); in bta_gattc_process_indicate() local
Dbta_gattc_int.h292 tBTA_GATTC_SERV* p_srcb; /* server cache CB */ member