Home
last modified time | relevance | path

Searched refs:isLeft (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLeAudioBluetoothDetailsHeaderController.java256 boolean isLeft = (deviceId & LEFT_DEVICE_ID) != 0; in updateBatteryLayout()
258 boolean isLeftRight = isLeft && isRight; in updateBatteryLayout()
266 } else if (isLeft) { in updateBatteryLayout()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hearing_aid_api.h233 bool isLeft() const { return !(capabilities & CAPABILITY_SIDE); } in isLeft() function
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc1098 uint8_t service_id = hearingDevice->isLeft() in ConnectSocket()
1440 if (device.isLeft()) in OnAudioDataReady()