Home
last modified time | relevance | path

Searched refs:gatts_get_service_uuid (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h774 extern tBT_UUID *gatts_get_service_uuid (tGATT_SVC_DB *p_db);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c530 p_svc_uuid = gatts_get_service_uuid (p_rcb->p_db); in gatt_is_last_attribute()
1438 p_this_uuid = gatts_get_service_uuid (p_sreg->p_db); in gatt_sr_find_i_rcb_by_app_id()
Dgatt_api.c508 p_uuid = gatts_get_service_uuid (p_sreg->p_db); in GATTS_StartService()
Dgatt_db.c100 tBT_UUID *gatts_get_service_uuid (tGATT_SVC_DB *p_db) in gatts_get_service_uuid() function
Dgatt_sr.c733 if ((p_uuid = gatts_get_service_uuid (p_rcb->p_db)) != NULL) { in gatt_build_primary_service_rsp()