Home
last modified time | relevance | path

Searched defs:bluetooth_device (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Daudio_bluetooth_hw.cc47 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(dev); in adev_set_parameters() local
128 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(device); in adev_create_audio_patch() local
159 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(device); in adev_close() local
Dstream_apis.cc817 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(dev); in adev_open_output_stream() local
839 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(dev); in adev_close_output_stream() local
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1620 let bluetooth_device = found.info.clone(); in acl_state() localVariable