Searched refs:asha (Results 1 – 7 of 7) sorted by relevance
363 LocalBluetoothProfile asha = mProfileManager.getHearingAidProfile(); in disableLeAudioProfile() local372 if (asha != null) { in disableLeAudioProfile()373 asha.setEnabled(leAudioDevice.getDevice(), true); in disableLeAudioProfile()406 LocalBluetoothProfile asha = mProfileManager.getHearingAidProfile(); in enableLeAudioProfile() local415 if (asha != null) { in enableLeAudioProfile()416 asha.setEnabled(leAudioDevice.getDevice(), false); in enableLeAudioProfile()
49 import pandora.asha.AshaGrpc.AshaImplBase50 import pandora.asha.AshaProto.*
7 "asha.aconfig",
13 "asha.aconfig",
23 from bumble_experimental.asha import AshaService
26 from bumble_experimental.asha import AshaGattService, AshaService103 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)
19 package pandora.asha;