Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c285 tBTA_GATTC_SERV *p_srcb = NULL; in bta_gattc_clcb_dealloc() local
351 tBTA_GATTC_SERV *p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srcb() local
373 tBTA_GATTC_SERV *p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srvr_cache() local
556 BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, in bta_gattc_check_notif_registry()
586 void bta_gattc_clear_notif_registration(tBTA_GATTC_SERV *p_srcb, UINT16 conn_id, in bta_gattc_clear_notif_registration()
Dbta_gattc_cache.c1137 list_t* bta_gattc_get_services_srcb(tBTA_GATTC_SERV *p_srcb) { in bta_gattc_get_services_srcb()
1152 tBTA_GATTC_SERV *p_srcb = p_clcb->p_srcb; in bta_gattc_get_services() local
1174 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()
1188 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handl… in bta_gattc_get_characteristic_srcb()
1215 tBTA_GATTC_SERV *p_srcb = p_clcb->p_srcb; in bta_gattc_get_characteristic() local
1219 tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handle) in bta_gattc_get_descriptor_srcb()
1250 tBTA_GATTC_SERV *p_srcb = p_clcb->p_srcb; in bta_gattc_get_descriptor() local
1340 tBTA_GATTC_SERV *p_srcb = p_clcb->p_srcb; in bta_gattc_get_db_with_opration() local
1704 tBTA_GATTC_SERV *p_srcb = p_clcb->p_srcb; in bta_gattc_get_db_size_handle() local
1723 tBTA_GATTC_SERV *p_srcb = p_clcb->p_srcb; in bta_gattc_get_db_size_with_type_handle() local
Dbta_gattc_act.c894 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status) in bta_gattc_reset_discover_st()
945 void bta_gattc_set_discover_st(tBTA_GATTC_SERV *p_srcb) in bta_gattc_set_discover_st()
1986 tBTA_GATTC_SERV *p_srcb, in bta_gattc_process_srvc_chg_ind()
2102 tBTA_GATTC_SERV *p_srcb = NULL; in bta_gattc_process_indicate() local
2428 tBTA_GATTC_SERV *p_srcb = NULL; in bta_gattc_register_service_change_notify() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h367 tBTA_GATTC_SERV *p_srcb; /* server cache CB */ member