Searched refs:profileDsc (Results 1 – 3 of 3) sorted by relevance
68 SdpProfileDescriptor profileDsc; in RegisterService() local69 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()
65 SdpProfileDescriptor profileDsc; in RegisterService() local66 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()
63 SdpProfileDescriptor profileDsc; in RegisterService() local64 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()