Searched refs:SdpProfileDescriptor (Results 1 - 16 of 16) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_sdp_server.cpp | 128 SdpProfileDescriptor profileBoth[HFP_HF_HSP_SERVER_PROFILE_NUM]; in AddProfile() 137 SdpProfileDescriptor profileHsp[HFP_HF_SERVER_PROFILE_NUM]; in AddProfile() 143 SdpProfileDescriptor profileHfp[HFP_HF_SERVER_PROFILE_NUM]; in AddProfile()
|
H A D | hfp_hf_sdp_client.h | 40 std::vector<SdpProfileDescriptor> profileDescriptors {}; // AG profile descriptor 161 static bool FindProfileVersion(const std::vector<SdpProfileDescriptor> &profiles, uint16_t &version);
|
H A D | hfp_hf_sdp_client.cpp | 225 SdpProfileDescriptor profileDescriptor = serviceAry[n].profileDescriptor[j]; in CopySdpServiceArray() 259 std::vector<SdpProfileDescriptor>().swap(array.services[n].profileDescriptors); in DeleteSdpServiceArray() 302 bool HfpHfSdpClient::FindProfileVersion(const std::vector<SdpProfileDescriptor> &profiles, uint16_t &version) in FindProfileVersion()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_sdp_client.h | 40 std::vector<SdpProfileDescriptor> profileDescriptors {}; // HF profile descriptor 160 static bool FindProfileVersion(const std::vector<SdpProfileDescriptor> &profiles, uint16_t &version);
|
H A D | hfp_ag_sdp_server.cpp | 133 SdpProfileDescriptor profileBoth[HFP_AG_HSP_SERVER_PROFILE_NUM]; in AddProfile() 142 SdpProfileDescriptor profileHsp[HFP_AG_SERVER_PROFILE_NUM]; in AddProfile() 148 SdpProfileDescriptor profileHfp[HFP_AG_SERVER_PROFILE_NUM]; in AddProfile()
|
H A D | hfp_ag_sdp_client.cpp | 226 SdpProfileDescriptor profileDescriptor = serviceAry[n].profileDescriptor[j]; in CopySdpServiceArray() 260 std::vector<SdpProfileDescriptor>().swap(array.services[n].profileDescriptors); in DeleteSdpServiceArray() 303 bool HfpAgSdpClient::FindProfileVersion(const std::vector<SdpProfileDescriptor> &profiles, uint16_t &version) in FindProfileVersion()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | sdp.h | 138 } SdpProfileDescriptor; typedef 286 uint32_t handle, const SdpProfileDescriptor *profileDescriptor, uint16_t profileDescriptorNum); 466 SdpProfileDescriptor *profileDescriptor;
|
/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.c | 122 const SdpProfileDescriptor *profileDescriptor; 852 uint32_t handle, const SdpProfileDescriptor *profileDescriptor, uint16_t profileDescriptorNum) in SDP_AddBluetoothProfileDescriptorList()
|
H A D | sdp_client_parse.c | 1299 service->profileDescriptor = MEM_MALLOC.alloc(sizeof(SdpProfileDescriptor) * SDP_PROTOCOL_PARAMETER_MAX_COUNT); in SdpGetBluetoothProfileDescriptorList() 1305 sizeof(SdpProfileDescriptor) * SDP_PROTOCOL_PARAMETER_MAX_COUNT, in SdpGetBluetoothProfileDescriptorList() 1307 sizeof(SdpProfileDescriptor) * SDP_PROTOCOL_PARAMETER_MAX_COUNT); in SdpGetBluetoothProfileDescriptorList()
|
H A D | sdp_server.c | 534 uint32_t handle, const SdpProfileDescriptor *profileDescriptor, uint16_t profileDescriptorNum) in SdpAddBluetoothProfileDescriptorList()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_sdp.cpp | 68 SdpProfileDescriptor profileDsc; in RegisterService()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_sdp_server.cpp | 113 SdpProfileDescriptor profile[SPP_PROFILE_NUM]; in AddProfile()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_sdp.cpp | 65 SdpProfileDescriptor profileDsc; in RegisterService()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_sdp.cpp | 63 SdpProfileDescriptor profileDsc; in RegisterService()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_sdp.cpp | 150 SdpProfileDescriptor profileDescriptor; in AddBluetoothProfileDescriptorList()
|
Completed in 14 milliseconds