Home
last modified time | relevance | path

Searched refs:badCode (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastReceiveState.java252 byte[] badCode, in BluetoothLeBroadcastReceiveState() argument
301 if (badCode != null && badCode.length != 16) { in BluetoothLeBroadcastReceiveState()
304 + badCode.length in BluetoothLeBroadcastReceiveState()
314 mBadCode = badCode; in BluetoothLeBroadcastReceiveState()
574 byte[] badCode = null;
577 badCode = new byte[badCodeLen];
579 in.readByteArray(badCode);
597 badCode,
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java987 byte[] badCode, in injectRemoteSourceState() argument
998 badCode, in injectRemoteSourceState()
1027 byte[] badCode) { in injectRemoteSourceStateSourceAdded() argument
1035 badCode, in injectRemoteSourceStateSourceAdded()
1053 byte[] badCode, in injectRemoteSourceStateChanged() argument
1057 sm, meta, sourceId, paSynState, encryptionState, badCode, bisSyncState); in injectRemoteSourceStateChanged()