Searched refs:profileDescriptor (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_sdp.cpp | 150 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 D | sdp.h | 281 * @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 D | sdp_server.h | 52 uint32_t handle, const SdpProfileDescriptor *profileDescriptor, uint16_t profileDescriptorNum);
|
H A D | sdp_client_parse.c | 1299 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 D | sdp.c | 122 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 D | sdp_server.c | 534 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 D | hfp_ag_sdp_client.cpp | 226 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 D | hfp_hf_sdp_client.cpp | 225 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 D | a2dp_profile_peer.cpp | 600 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 14 milliseconds