Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeBroadcastReceiveState.java246 @BluetoothDevice.AddressType int sourceAddressType, in BluetoothLeBroadcastReceiveState() argument
261 if (sourceAddressType == BluetoothDevice.ADDRESS_TYPE_UNKNOWN) { in BluetoothLeBroadcastReceiveState()
264 if (sourceAddressType != BluetoothDevice.ADDRESS_TYPE_RANDOM in BluetoothLeBroadcastReceiveState()
265 && sourceAddressType != BluetoothDevice.ADDRESS_TYPE_PUBLIC) { in BluetoothLeBroadcastReceiveState()
267 "sourceAddressType " + sourceAddressType + " is invalid"); in BluetoothLeBroadcastReceiveState()
308 mSourceAddressType = sourceAddressType; in BluetoothLeBroadcastReceiveState()
566 final int sourceAddressType = in.readInt();
591 sourceAddressType,
DBluetoothLeBroadcastMetadata.java121 int sourceAddressType, in BluetoothLeBroadcastMetadata() argument
135 mSourceAddressType = sourceAddressType; in BluetoothLeBroadcastMetadata()
461 final int sourceAddressType = in.readInt();
467 builder.setSourceDevice(sourceDevice, sourceAddressType);
578 @BluetoothDevice.AddressType int sourceAddressType) { in setSourceDevice() argument
579 if (sourceAddressType == BluetoothDevice.ADDRESS_TYPE_UNKNOWN) { in setSourceDevice()
583 if (sourceAddressType != BluetoothDevice.ADDRESS_TYPE_RANDOM in setSourceDevice()
584 && sourceAddressType != BluetoothDevice.ADDRESS_TYPE_PUBLIC) { in setSourceDevice()
586 "sourceAddressType " + sourceAddressType + " is invalid"); in setSourceDevice()
589 mSourceAddressType = sourceAddressType; in setSourceDevice()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java913 byte sourceAddressType = in parseBroadcastReceiverState()
919 .getRemoteLeDevice(address, sourceAddressType); in parseBroadcastReceiverState()
924 (int) sourceAddressType, in parseBroadcastReceiverState()