Home
last modified time | relevance | path

Searched refs:profileDescriptor (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_sdp.cpp150 SdpProfileDescriptor profileDescriptor; in AddBluetoothProfileDescriptorList() local
151 profileDescriptor.profileUuid.type = BT_UUID_16; in AddBluetoothProfileDescriptorList()
152 profileDescriptor.profileUuid.uuid16 = NAP_UUID16; in AddBluetoothProfileDescriptorList()
153 profileDescriptor.versionNumber = PAN_VERSION_NUMBER; in AddBluetoothProfileDescriptorList()
155 int result = SDP_AddBluetoothProfileDescriptorList(sdpHandle_, &profileDescriptor, 1); in AddBluetoothProfileDescriptorList()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h281 * @param profileDescriptor The list of UUIDs and a 16-bit profile version number.
286 uint32_t handle, const SdpProfileDescriptor *profileDescriptor, uint16_t profileDescriptorNum);
466 SdpProfileDescriptor *profileDescriptor; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.h52 uint32_t handle, const SdpProfileDescriptor *profileDescriptor, uint16_t profileDescriptorNum);
H A Dsdp_client_parse.c1299 service->profileDescriptor = MEM_MALLOC.alloc(sizeof(SdpProfileDescriptor) * SDP_PROTOCOL_PARAMETER_MAX_COUNT); in SdpGetBluetoothProfileDescriptorList()
1300 if (service->profileDescriptor == NULL) { in SdpGetBluetoothProfileDescriptorList()
1301 LOG_ERROR("profileDescriptor is NULL"); in SdpGetBluetoothProfileDescriptorList()
1304 (void)memset_s(service->profileDescriptor, in SdpGetBluetoothProfileDescriptorList()
1326 &service->profileDescriptor[profileDescriptorNumber].profileUuid); in SdpGetBluetoothProfileDescriptorList()
1342 service->profileDescriptor[profileDescriptorNumber].versionNumber = in SdpGetBluetoothProfileDescriptorList()
1900 if (service->profileDescriptor) { in SdpFreeService()
1901 MEM_MALLOC.free(service->profileDescriptor); in SdpFreeService()
1902 service->profileDescriptor = NULL; in SdpFreeService()
H A Dsdp.c122 const SdpProfileDescriptor *profileDescriptor; member
845 SdpAddBluetoothProfileDescriptorList(ctx->handle, ctx->profileDescriptor, ctx->profileDescriptorNumber); in SdpAddBluetoothProfileDescriptorListTask()
852 uint32_t handle, const SdpProfileDescriptor *profileDescriptor, uint16_t profileDescriptorNum) in SDP_AddBluetoothProfileDescriptorList()
865 ctx->profileDescriptor = profileDescriptor; in SDP_AddBluetoothProfileDescriptorList()
851 SDP_AddBluetoothProfileDescriptorList( uint32_t handle, const SdpProfileDescriptor *profileDescriptor, uint16_t profileDescriptorNum) SDP_AddBluetoothProfileDescriptorList() argument
H A Dsdp_server.c534 uint32_t handle, const SdpProfileDescriptor *profileDescriptor, uint16_t profileDescriptorNum) in SdpAddBluetoothProfileDescriptorList()
554 for (int i = 0; i < profileDescriptorNum; i++, profileDescriptor++) { in SdpAddBluetoothProfileDescriptorList()
558 result = SdpAddAttributeForUuidSequence(buffer, offset, &profileDescriptor->profileUuid); in SdpAddBluetoothProfileDescriptorList()
569 *(uint16_t *)(buffer + offset) = H2BE_16(profileDescriptor->versionNumber); in SdpAddBluetoothProfileDescriptorList()
533 SdpAddBluetoothProfileDescriptorList( uint32_t handle, const SdpProfileDescriptor *profileDescriptor, uint16_t profileDescriptorNum) SdpAddBluetoothProfileDescriptorList() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.cpp226 SdpProfileDescriptor profileDescriptor = serviceAry[n].profileDescriptor[j]; in CopySdpServiceArray() local
227 service.profileDescriptors.push_back(profileDescriptor); in CopySdpServiceArray()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp225 SdpProfileDescriptor profileDescriptor = serviceAry[n].profileDescriptor[j]; in CopySdpServiceArray() local
226 service.profileDescriptors.push_back(profileDescriptor); in CopySdpServiceArray()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp600 if (serviceArray[i].profileDescriptor[0].profileUuid.uuid16 == A2DP_PROFILE_UUID && in ParseSDPInformation()
601 serviceArray[i].profileDescriptor[0].versionNumber == A2DP_PROFILE_REV_1_3) { in ParseSDPInformation()

Completed in 13 milliseconds