Home
last modified time | relevance | path

Searched refs:uuidNum (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client.c106 static uint16_t SdpCreateSearchRequest(const BtUuid *uuidArray, uint16_t uuidNum, uint8_t *buffer) in SdpCreateSearchRequest() argument
114 for (int i = 0; i < uuidNum; i++) { in SdpCreateSearchRequest()
143 const BtUuid *uuidArray, uint16_t uuidNum, SdpAttributeIdList attributeIdList, uint8_t *buffer) in SdpCreateSearchAttributeRequest()
151 for (int i = 0; i < uuidNum; i++) { in SdpCreateSearchAttributeRequest()
180 LOG_INFO("[%{public}s][%{public}d] uuidNum = [%hu]", __FUNCTION__, __LINE__, uuidArray->uuidNum); in SdpServiceSearch()
193 buffer = MEM_MALLOC.alloc(uuidArray->uuidNum * SDP_UUID_ATTRIBUTE_LENGTH + SDP_SEARCH_LENGTH); in SdpServiceSearch()
195 (uuidArray->uuidNum * SDP_UUID_ATTRIBUTE_LENGTH + SDP_SEARCH_LENGTH), in SdpServiceSearch()
197 (uuidArray->uuidNum * SDP_UUID_ATTRIBUTE_LENGTH + SDP_SEARCH_LENGTH)); in SdpServiceSearch()
199 length = SdpCreateSearchRequest(uuidArray->uuid, uuidArray->uuidNum, buffe in SdpServiceSearch()
142 SdpCreateSearchAttributeRequest( const BtUuid *uuidArray, uint16_t uuidNum, SdpAttributeIdList attributeIdList, uint8_t *buffer) SdpCreateSearchAttributeRequest() argument
[all...]
H A Dsdp_server.c77 uint8_t uuidArray[][20], int uuidNum, uint32_t *handleArray, uint16_t handleNum, uint16_t maxRecordCount);
1106 uint16_t lcid, uint16_t transactionId, uint8_t uuidArray[][20], int uuidNum, uint16_t maximumServiceRecordCount) in SdpCreateSearchResponse()
1125 handleNum = GetRecordHandleArray(uuidArray, uuidNum, handleArray, handleNum, maximumServiceRecordCount); in SdpCreateSearchResponse()
1140 uint16_t uuidNum = 0; in SdpGetUuidArray() local
1145 if (uuidNum >= SDP_MAX_UUID_COUNT) { in SdpGetUuidArray()
1151 (void)memcpy_s(uuidArray + uuidNum, SDP_UUID16_LENGTH + 1, buffer + offset + pos, SDP_UUID16_LENGTH + 1); in SdpGetUuidArray()
1155 (void)memcpy_s(uuidArray + uuidNum, SDP_UUID32_LENGTH + 1, buffer + offset + pos, SDP_UUID32_LENGTH + 1); in SdpGetUuidArray()
1159 (void)memcpy_s(uuidArray + uuidNum, SDP_UUID128_LENGTH + 1, buffer + offset + pos, SDP_UUID128_LENGTH + 1); in SdpGetUuidArray()
1165 uuidNum++; in SdpGetUuidArray()
1167 return uuidNum; in SdpGetUuidArray()
1105 SdpCreateSearchResponse( uint16_t lcid, uint16_t transactionId, uint8_t uuidArray[][20], int uuidNum, uint16_t maximumServiceRecordCount) SdpCreateSearchResponse() argument
1173 int uuidNum; SdpParseSearchRequest() local
1433 int uuidNum = 0; BuildServiceRecordHandleList() local
1903 GetRecordHandleNumber( ServiceRecordItem *item, uint8_t uuidArray[][20], int uuidNum, uint32_t *handleArray, uint16_t handleNum) GetRecordHandleNumber() argument
1918 GetRecordHandleArray( uint8_t uuidArray[][20], int uuidNum, uint32_t *handleArray, uint16_t handleNum, uint16_t maxRecordCount) GetRecordHandleArray() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_sdp.cpp123 sdpUUid.uuidNum = A2DP_SERVICE_CLASS_ID_LIST_NUMBER; in FindSnkService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_client.cpp38 sdpUUid.uuidNum = SPP_CLASSID_NUM; in StartDiscovery()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.cpp127 SdpUuid sdpUuid = {.uuidNum = AVRC_SERVICE_CLASS_ID_LIST_NUMBER - 1, .uuid = classIdList}; in FindTgService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sdp.cpp126 .uuidNum = AVRC_SERVICE_CLASS_ID_LIST_NUMBER, in FindCtService()
/foundation/communication/nfc/services/src/tag/
H A Dndef_bt_data_parser.cpp191 uint32_t uuidNum = len / uuidSize; in GetUuidFromPayload() local
192 for (uint32_t i = 0; i < uuidNum; i++) { in GetUuidFromPayload()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.cpp79 sdpUUid.uuidNum = HFP_AG_CLIENT_CLASSID_NUM; in DoDiscovery()
141 sdpUUid.uuidNum = HFP_AG_CLIENT_CLASSID_NUM; in DoHspHsDiscovery()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_sdp_client.cpp298 sdpUUid.uuidNum = HID_HOST_CLASSID_NUM; in DoPnpDiscovery()
325 sdpUUid.uuidNum = HID_HOST_CLASSID_NUM; in DoHidDiscovery()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp77 sdpUUid.uuidNum = HFP_HF_CLIENT_CLASSID_NUM; in DoDiscovery()
143 sdpUUid.uuidNum = HFP_HF_CLIENT_CLASSID_NUM; in DoHspAgDiscovery()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h397 uint16_t uuidNum; member
489 * @param uuidNum The number of uuids.
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp1671 uuidArray.uuidNum = 1; in SearchRemoteUuids()

Completed in 19 milliseconds