Searched refs:mIsLeOutput (Results 1 – 3 of 3) sorted by relevance
33 private final boolean mIsLeOutput; field in BluetoothProfileConnectionInfo40 mIsLeOutput = isLeOutput; in BluetoothProfileConnectionInfo()70 dest.writeBoolean(mIsLeOutput); in writeToParcel()175 return mIsLeOutput; in isLeOutput()
829 final boolean mIsLeOutput; field in AudioDeviceBroker.BtDeviceInfo841 mIsLeOutput = d.mInfo.isLeOutput(); in BtDeviceInfo()857 mIsLeOutput = false; in BtDeviceInfo()871 mIsLeOutput = false; in BtDeviceInfo()880 mIsLeOutput = src.mIsLeOutput; in BtDeviceInfo()909 + " isLeOutput=" + mIsLeOutput in toString()1771 != BluetoothProfile.LE_AUDIO || btInfo.mIsLeOutput) in handleMessage()
1630 && info.mIsLeOutput)