Home
last modified time | relevance | path

Searched refs:profileDsc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_sdp.cpp68 SdpProfileDescriptor profileDsc; in RegisterService() local
69 profileDsc.versionNumber = A2DP_PROFILE_REV_1_3; in RegisterService()
70 profileDsc.profileUuid.type = BT_UUID_16; in RegisterService()
71 profileDsc.profileUuid.uuid16 = A2DP_PROFILE_UUID; in RegisterService()
73 …SDP_AddBluetoothProfileDescriptorList(sdpHandle_, &profileDsc, A2DP_BLUETOOTH_PROFILE_DESCRIPTOR_L… in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.cpp65 SdpProfileDescriptor profileDsc; in RegisterService() local
66 profileDsc.versionNumber = AVRC_CT_PROFILE_REV_1_6; in RegisterService()
67 profileDsc.profileUuid.type = BT_UUID_16; in RegisterService()
68 profileDsc.profileUuid.uuid16 = AVRC_CT_AV_REMOTE_CONTROL; in RegisterService()
70 …SDP_AddBluetoothProfileDescriptorList(sdpHandle_, &profileDsc, AVRC_BLUETOOTH_PROFILE_DESCRIPTOR_L… in RegisterService()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sdp.cpp63 SdpProfileDescriptor profileDsc; in RegisterService() local
64 profileDsc.versionNumber = AVRC_TG_PROFILE_REV_1_6; in RegisterService()
65 profileDsc.profileUuid.type = BT_UUID_16; in RegisterService()
66 profileDsc.profileUuid.uuid16 = AVRC_TG_AV_REMOTE_CONTROL; in RegisterService()
68 …SDP_AddBluetoothProfileDescriptorList(sdpHandle_, &profileDsc, AVRC_BLUETOOTH_PROFILE_DESCRIPTOR_L… in RegisterService()