Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c285 tBTA_GATTC_SERV *p_srcb = NULL; in bta_gattc_clcb_dealloc() local
336 tBTA_GATTC_SERV *p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srcb() local
358 tBTA_GATTC_SERV *p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srvr_cache() local
540 BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, in bta_gattc_check_notif_registry()
570 void bta_gattc_clear_notif_registration(tBTA_GATTC_SERV *p_srcb, UINT16 conn_id, in bta_gattc_clear_notif_registration()
Dbta_gattc_cache.c1119 list_t* bta_gattc_get_services_srcb(tBTA_GATTC_SERV *p_srcb) { in bta_gattc_get_services_srcb()
1134 tBTA_GATTC_SERV *p_srcb = p_clcb->p_srcb; in bta_gattc_get_services() local
1156 const tBTA_GATTC_SERVICE* bta_gattc_get_service_for_handle_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 ha… in bta_gattc_get_service_for_handle_srcb()
1170 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handl… in bta_gattc_get_characteristic_srcb()
1197 tBTA_GATTC_SERV *p_srcb = p_clcb->p_srcb; in bta_gattc_get_characteristic() local
1201 tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handle) in bta_gattc_get_descriptor_srcb()
1232 tBTA_GATTC_SERV *p_srcb = p_clcb->p_srcb; in bta_gattc_get_descriptor() local
1322 tBTA_GATTC_SERV *p_srcb = p_clcb->p_srcb; in bta_gattc_get_db_with_opration() local
1686 tBTA_GATTC_SERV *p_srcb = p_clcb->p_srcb; in bta_gattc_get_db_size_handle() local
1705 tBTA_GATTC_SERV *p_srcb = p_clcb->p_srcb; in bta_gattc_get_db_size_with_type_handle() local
Dbta_gattc_act.c839 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status) in bta_gattc_reset_discover_st()
890 void bta_gattc_set_discover_st(tBTA_GATTC_SERV *p_srcb) in bta_gattc_set_discover_st()
1914 tBTA_GATTC_SERV *p_srcb, in bta_gattc_process_srvc_chg_ind()
2030 tBTA_GATTC_SERV *p_srcb = NULL; in bta_gattc_process_indicate() local
2356 tBTA_GATTC_SERV *p_srcb = NULL; in bta_gattc_register_service_change_notify() local
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h346 tBTA_GATTC_SERV *p_srcb; /* server cache CB */ member