Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_util.h52 #define SDP_MAX_UUID_COUNT 12 macro
H A Dsdp_client_parse.c942 service->classId = MEM_MALLOC.alloc(sizeof(BtUuid) * SDP_MAX_UUID_COUNT); in SdpGetServiceClassIdList()
947 (void)memset_s(service->classId, sizeof(BtUuid) * SDP_MAX_UUID_COUNT, 0, sizeof(BtUuid) * SDP_MAX_UUID_COUNT); in SdpGetServiceClassIdList()
960 if (classIdNumber >= SDP_MAX_UUID_COUNT) { in SdpGetServiceClassIdList()
1167 service->browseUuid = MEM_MALLOC.alloc(sizeof(BtUuid) * SDP_MAX_UUID_COUNT); in SdpGetBrowseGroupList()
1172 (void)memset_s(service->browseUuid, sizeof(BtUuid) * SDP_MAX_UUID_COUNT, 0, sizeof(BtUuid) * SDP_MAX_UUID_COUNT); in SdpGetBrowseGroupList()
1175 if (browseUuidNumber >= SDP_MAX_UUID_COUNT) { in SdpGetBrowseGroupList()
H A Dsdp_server.c1145 if (uuidNum >= SDP_MAX_UUID_COUNT) { in SdpGetUuidArray()
1172 uint8_t uuidArray[SDP_MAX_UUID_COUNT][20]; in SdpParseSearchRequest()
1432 uint8_t uuidArray[SDP_MAX_UUID_COUNT][20] = {0}; in BuildServiceRecordHandleList()
1438 if (uuidNum >= SDP_MAX_UUID_COUNT) { in BuildServiceRecordHandleList()

Completed in 6 milliseconds