Searched refs:mSourceAddressType (Results 1 – 2 of 2) sorted by relevance
52 private final @BluetoothDevice.AddressType int mSourceAddressType; field in BluetoothLeBroadcastMetadata135 mSourceAddressType = sourceAddressType; in BluetoothLeBroadcastMetadata()157 return mSourceAddressType == other.getSourceAddressType() in equals()176 mSourceAddressType, in hashCode()195 + ("sourceAddressType=" + mSourceAddressType) in toString()223 return mSourceAddressType; in getSourceAddressType()423 out.writeInt(mSourceAddressType); in writeToParcel()510 private @BluetoothDevice.AddressType int mSourceAddressType = field in BluetoothLeBroadcastMetadata.Builder542 mSourceAddressType = original.getSourceAddressType(); in Builder()589 mSourceAddressType = sourceAddressType; in setSourceDevice()[all …]
170 private final @BluetoothDevice.AddressType int mSourceAddressType; field in BluetoothLeBroadcastReceiveState308 mSourceAddressType = sourceAddressType; in BluetoothLeBroadcastReceiveState()345 return mSourceAddressType; in getSourceAddressType()492 out.writeInt(mSourceAddressType); in writeToParcel()523 + (int) mSourceAddressType in toString()