Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassConstants.java58 public static final int BCAST_RCVR_STATE_SRC_ADDR_SIZE = 6; field in BassConstants
DBassClientStateMachine.java906 byte[] sourceAddress = new byte[BassConstants.BCAST_RCVR_STATE_SRC_ADDR_SIZE]; in parseBroadcastReceiverState()
912 BassConstants.BCAST_RCVR_STATE_SRC_ADDR_SIZE); in parseBroadcastReceiverState()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java891 for (int i = 0; i < BassConstants.BCAST_RCVR_STATE_SRC_ADDR_SIZE; ++i) { in gattCallbackOnCharacteristicRead()