Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h84 #define MAX_UUIDS_PER_SEQ 8 macro
104 tUID_ENT uuid_entry[MAX_UUIDS_PER_SEQ];
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_utils.c452 if (p_seq->num_uids >= MAX_UUIDS_PER_SEQ) { in sdpu_extract_uid_seq()