Home
last modified time | relevance | path

Searched refs:BluetoothAudioManagerInterfaceCode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_audio_manager_proxy.cpp51 int opcode = enable ? BluetoothAudioManagerInterfaceCode::WEAR_DETECTION_ENABLE in SetWearDetection()
52 : BluetoothAudioManagerInterfaceCode::WEAR_DETECTION_DISABLE; in SetWearDetection()
76 …static_cast<uint32_t>(BluetoothAudioManagerInterfaceCode::IS_WEAR_DETECTION_ENABLED), data, reply,… in GetWearDetectionState()
100 BluetoothAudioManagerInterfaceCode::IS_DEVICE_WEARING, data, reply, option); in IsDeviceWearing()
117 BluetoothAudioManagerInterfaceCode::BT_IS_WEAR_DETECTION_SUPPORTED, data, reply, option); in IsWearDetectionSupported()
142 BluetoothAudioManagerInterfaceCode::BT_SEND_DEVICE_SELECTION, data, reply, option); in SendDeviceSelection()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Dbluetooth_service_ipc_interface_code.h463 enum BluetoothAudioManagerInterfaceCode { enum