Home
last modified time | relevance | path

Searched defs:addressType (Results 1 – 25 of 25) sorted by relevance

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DMacAddressTest.java48 final int addressType; field in MacAddressTest.TestCase
51 TestCase(String macAddress, String ouiString, int addressType, boolean isLocallyAssigned) { in TestCase()
62 static String typeToString(int addressType) { in typeToString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DPeriodicAdvertisementResultTest.java47 int addressType = 1; in constructor() local
69 int addressType = 1; in updateMethods() local
111 int addressType = 1; in print_doesNotCrash() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DPeriodicAdvertisementResult.java39 int addressType, in PeriodicAdvertisementResult()
103 public void updateAddressType(int addressType) { in updateAddressType()
DBassClientService.java119 int addressType, in updatePeriodicAdvertisementResultMap()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanFilter.java105 @AddressType int addressType, @Nullable byte[] irk, int advertisingDataType, in ScanFilter()
767 @AddressType int addressType) { in setDeviceAddress()
797 @AddressType int addressType, in setDeviceAddress()
827 @AddressType int addressType, in setDeviceAddressInternal()
DAdvertisingSetCallback.java162 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String address) { in onOwnAddressRead()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DScanNativeInterface.java70 int scanIntervalUnit, int scanWindowUnit, int addressType, int discardRule); in gattClientStartBatchScanNative()
160 int scanIntervalUnit, int scanWindowUnit, int addressType, int discardRule) { in gattClientStartBatchScan()
DPeriodicScanManager.java181 void onSyncStarted(int regId, int syncHandle, int sid, int addressType, String address, int phy, in onSyncStarted()
DGattNativeInterface.java63 void onScanResult(int eventType, int addressType, String address, int primaryPhy, in onScanResult()
315 private native void gattClientConnectNative(int clientIf, String address, int addressType, in gattClientConnectNative()
411 public void gattClientConnect(int clientIf, String address, int addressType, in gattClientConnect()
DAdvertiseManager.java270 void onOwnAddressRead(int advertiserId, int addressType, String address) in onOwnAddressRead()
DGattService.java804 public void clientConnect(int clientIf, String address, int addressType, boolean isDirect, in clientConnect()
815 private void clientConnect(int clientIf, String address, int addressType, boolean isDirect, in clientConnect()
1915 void onScanResult(int eventType, int addressType, String address, int primaryPhy, in onScanResult()
1926 void onScanResultInternal(int eventType, int addressType, String address, int primaryPhy, in onScanResultInternal()
3632 void clientConnect(int clientIf, String address, int addressType, boolean isDirect, in clientConnect()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeAdvertisingTest.java156 int addressType = addressPair.second; in scanWithBumble() local
/packages/modules/Bluetooth/system/binder/android/bluetooth/le/
DIAdvertisingSetCallback.aidl24 void onOwnAddressRead(in int advertiserId, in int addressType, in String address); in onOwnAddressRead()
/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelper.java159 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, in onOwnAddressRead()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairAdvertiser.java401 private void onOwnAddressReadHandler(int addressType, String address) { in onOwnAddressReadHandler()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java808 int addressType = in sendListOfCalls() local
946 int addressType = address == null ? -1 : PhoneNumberUtils.toaFromString(address); in sendClccForCall() local
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduComposer.java466 final int addressType = checkAddressType(address.getString()); in appendAddressType() local
DPduPersister.java1541 private void loadRecipients(final int addressType, final HashSet<String> recipients, in loadRecipients()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java196 int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM; in clientConnect() local
DGattServiceTest.java313 int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM; in clientConnect() local
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl109 …void clientConnect(in int clientIf, in String address, in int addressType, in boolean isDirect, in… in clientConnect()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1368 /*package*/ BluetoothDevice(String address, int addressType) { in BluetoothDevice()
DBluetoothAdapter.java1108 @AddressType int addressType) { in getRemoteLeDevice()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1469 jstring address, jint addressType, in gattClientConnectNative()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java7157 public native boolean createBondNative(byte[] address, int addressType, int transport); in createBondNative()