Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h55 #define SDP_ATTRIBUTE_SERVICE_AVAILABILITY 0x0008 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.c528 …ret = SdpAddAttributeToServiceRecord(handle, SDP_ATTRIBUTE_SERVICE_AVAILABILITY, 0, SDP_UINT16_LEN… in SdpAddServiceAvailability()
H A Dsdp_client_parse.c1820 } else if (attributeId == SDP_ATTRIBUTE_SERVICE_AVAILABILITY) { in SdpParseAttributeValue()