Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c106 tBT_UUID hid_uuid; in hidh_search_callback() local
110 hid_uuid.len = LEN_UUID_16; in hidh_search_callback()
111 hid_uuid.uu.uuid16 = UUID_SERVCLASS_HUMAN_INTERFACE; in hidh_search_callback()
120 if ((p_rec = SDP_FindServiceUUIDInDb (p_db, &hid_uuid, NULL)) == NULL) { in hidh_search_callback()