Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h131 tSDP_ATTRIBUTE attribute[SDP_MAX_REC_ATTR];
/hal_espressif-2.7.6/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1380 #ifndef SDP_MAX_REC_ATTR
1381 #define SDP_MAX_REC_ATTR 8 macro
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c457 if (p_rec->num_attributes == SDP_MAX_REC_ATTR) { in SDP_AddAttribute()