Home
last modified time | relevance | path

Searched refs:asha (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsProfilesController.java363 LocalBluetoothProfile asha = mProfileManager.getHearingAidProfile(); in disableLeAudioProfile() local
372 if (asha != null) { in disableLeAudioProfile()
373 asha.setEnabled(leAudioDevice.getDevice(), true); in disableLeAudioProfile()
406 LocalBluetoothProfile asha = mProfileManager.getHearingAidProfile(); in enableLeAudioProfile() local
415 if (asha != null) { in enableLeAudioProfile()
416 asha.setEnabled(leAudioDevice.getDevice(), false); in enableLeAudioProfile()
/packages/modules/Bluetooth/android/pandora/server/src/
DAsha.kt49 import pandora.asha.AshaGrpc.AshaImplBase
50 import pandora.asha.AshaProto.*
/packages/modules/Bluetooth/flags/
DBUILD.gn7 "asha.aconfig",
DAndroid.bp13 "asha.aconfig",
/packages/modules/Bluetooth/framework/tests/bumble/src/
Dbumble_server.py23 from bumble_experimental.asha import AshaService
/packages/modules/Bluetooth/android/pandora/test/
Dasha_test.py26 from bumble_experimental.asha import AshaGattService, AshaService
103 asha = AioAsha(ref_device.aio.channel)
104 await asha.Register(capability=ear, hisyncid=HISYCNID)
280 asha = AioAsha(self.ref_left.aio.channel)
281 await asha.Register(capability=Ear.LEFT, hisyncid=HISYCNID)
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dasha.proto19 package pandora.asha;