Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h80 #define SDP_ATTRIBUTE_ID_LIST_MAX_COUNT 12 macro
409 uint16_t attributeId[SDP_ATTRIBUTE_ID_LIST_MAX_COUNT];
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client.c83 if (attributeIdList.attributeIdList.attributeIdNumber > SDP_ATTRIBUTE_ID_LIST_MAX_COUNT) { in SdpBuildAttributeList()
84 attributeIdList.attributeIdList.attributeIdNumber = SDP_ATTRIBUTE_ID_LIST_MAX_COUNT; in SdpBuildAttributeList()