Searched defs:p_srcb (Results 1 – 4 of 4) sorted by relevance
614 const std::list<Service>* bta_gattc_get_services_srcb(tBTA_GATTC_SERV* p_srcb) { in bta_gattc_get_services_srcb()625 tBTA_GATTC_SERV* p_srcb = p_clcb->p_srcb; in bta_gattc_get_services() local630 const Service* bta_gattc_get_service_for_handle_srcb(tBTA_GATTC_SERV* p_srcb, in bta_gattc_get_service_for_handle_srcb()645 const Characteristic* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV* p_srcb, in bta_gattc_get_characteristic_srcb()665 tBTA_GATTC_SERV* p_srcb = p_clcb->p_srcb; in bta_gattc_get_characteristic() local669 const Descriptor* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV* p_srcb, in bta_gattc_get_descriptor_srcb()692 tBTA_GATTC_SERV* p_srcb = p_clcb->p_srcb; in bta_gattc_get_descriptor() local697 tBTA_GATTC_SERV* p_srcb, uint16_t handle) { in bta_gattc_get_owning_characteristic_srcb()
201 void bta_gattc_server_disconnected(tBTA_GATTC_SERV* p_srcb) { in bta_gattc_server_disconnected()227 tBTA_GATTC_SERV* p_srcb = p_clcb->p_srcb; in bta_gattc_clcb_dealloc() local277 tBTA_GATTC_SERV* p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srcb() local296 tBTA_GATTC_SERV* p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srvr_cache() local480 tBTA_GATTC_SERV* p_srcb, in bta_gattc_check_notif_registry()508 void bta_gattc_clear_notif_registration(tBTA_GATTC_SERV* p_srcb, in bta_gattc_clear_notif_registration()
702 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV* p_srcb, tGATT_STATUS status) { in bta_gattc_reset_discover_st()739 static void bta_gattc_set_discover_st(tBTA_GATTC_SERV* p_srcb) { in bta_gattc_set_discover_st()892 tBTA_GATTC_SERV* p_srcb = bta_gattc_find_srvr_cache(bd_addr); in bta_gattc_continue_discovery_if_needed() local1474 tBTA_GATTC_SERV* p_srcb, in bta_gattc_process_srvc_chg_ind()1611 tBTA_GATTC_SERV* p_srcb = bta_gattc_find_srcb(remote_bda); in bta_gattc_process_indicate() local
289 tBTA_GATTC_SERV* p_srcb; /* server cache CB */ member