Home
last modified time | relevance | path

Searched refs:SDP_MAX_RESERVED_RECORD_HANDLE (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_util.h46 #define SDP_MAX_RESERVED_RECORD_HANDLE 0xFFFF macro
H A Dsdp_server.c58 static uint32_t g_nextServiceRecordHandle = (uint32_t)SDP_MAX_RESERVED_RECORD_HANDLE + 1;
123 g_nextServiceRecordHandle = (uint32_t)SDP_MAX_RESERVED_RECORD_HANDLE; in SdpCreateServiceRecord()
H A Dsdp_client_parse.c400 if (handle <= SDP_MAX_RESERVED_RECORD_HANDLE) { in SdpParseServiceRecordHandleList()

Completed in 10 milliseconds