Home
last modified time | relevance | path

Searched refs:profileUuid (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_server.cpp129 profileBoth[0].profileUuid.type = BT_UUID_16; in AddProfile()
130 profileBoth[0].profileUuid.uuid16 = HFP_HF_UUID_SERVCLASS_HFP_HF; in AddProfile()
132 profileBoth[1].profileUuid.type = BT_UUID_16; in AddProfile()
133 profileBoth[1].profileUuid.uuid16 = HFP_HF_UUID_SERVCLASS_HSP_HS; in AddProfile()
138 profileHsp[0].profileUuid.type = BT_UUID_16; in AddProfile()
139 profileHsp[0].profileUuid.uuid16 = HFP_HF_UUID_SERVCLASS_HSP_HS; in AddProfile()
144 profileHfp[0].profileUuid.type = BT_UUID_16; in AddProfile()
145 profileHfp[0].profileUuid.uuid16 = HFP_HF_UUID_SERVCLASS_HFP_HF; in AddProfile()
H A Dhfp_hf_sdp_client.cpp306 if (profiles[num].profileUuid.uuid16 == HFP_HF_UUID_SERVCLASS_HFP_AG) { in FindProfileVersion()
310 } else if (profiles[num].profileUuid.uuid16 == HFP_HF_UUID_SERVCLASS_HSP_AG) { in FindProfileVersion()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_server.cpp134 profileBoth[0].profileUuid.type = BT_UUID_16; in AddProfile()
135 profileBoth[0].profileUuid.uuid16 = HFP_AG_UUID_SERVCLASS_HFP_AG; in AddProfile()
137 profileBoth[1].profileUuid.type = BT_UUID_16; in AddProfile()
138 profileBoth[1].profileUuid.uuid16 = HSP_AG_UUID_SERVCLASS; in AddProfile()
143 profileHsp[0].profileUuid.type = BT_UUID_16; in AddProfile()
144 profileHsp[0].profileUuid.uuid16 = HSP_AG_UUID_SERVCLASS; in AddProfile()
149 profileHfp[0].profileUuid.type = BT_UUID_16; in AddProfile()
150 profileHfp[0].profileUuid.uuid16 = HFP_AG_UUID_SERVCLASS_HFP_AG; in AddProfile()
H A Dhfp_ag_sdp_client.cpp298 if (profiles[num].profileUuid.uuid16 == HFP_AG_UUID_SERVCLASS_HFP_HF) { in FindProfileVersion()
302 } else if (profiles[num].profileUuid.uuid16 == HSP_HS_UUID_SERVCLASS) { in FindProfileVersion()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_server.cpp114 profile[0].profileUuid.type = BT_UUID_16; in AddProfile()
115 profile[0].profileUuid.uuid16 = UUID_SERVCLASS_SERIAL_PORT; in AddProfile()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_sdp.cpp70 profileDsc.profileUuid.type = BT_UUID_16; in RegisterService()
71 profileDsc.profileUuid.uuid16 = A2DP_PROFILE_UUID; in RegisterService()
H A Da2dp_profile_peer.cpp600 if (serviceArray[i].profileDescriptor[0].profileUuid.uuid16 == A2DP_PROFILE_UUID && in ParseSDPInformation()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.cpp67 profileDsc.profileUuid.type = BT_UUID_16; in RegisterService()
68 profileDsc.profileUuid.uuid16 = AVRC_CT_AV_REMOTE_CONTROL; in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sdp.cpp65 profileDsc.profileUuid.type = BT_UUID_16; in RegisterService()
66 profileDsc.profileUuid.uuid16 = AVRC_TG_AV_REMOTE_CONTROL; in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_sdp.cpp151 profileDescriptor.profileUuid.type = BT_UUID_16; in AddBluetoothProfileDescriptorList()
152 profileDescriptor.profileUuid.uuid16 = NAP_UUID16; in AddBluetoothProfileDescriptorList()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h136 BtUuid profileUuid; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.c558 result = SdpAddAttributeForUuidSequence(buffer, offset, &profileDescriptor->profileUuid); in SdpAddBluetoothProfileDescriptorList()
H A Dsdp_client_parse.c1326 &service->profileDescriptor[profileDescriptorNumber].profileUuid); in SdpGetBluetoothProfileDescriptorList()