Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostNativeInterface.java61 boolean connectHid(byte[] address, int addressType, int transport) { in connectHid()
66 byte[] address, int addressType, int transport, boolean reconnectAllowed) { in disconnectHid()
70 boolean getProtocolMode(byte[] address, int addressType, int transport) { in getProtocolMode()
74 boolean virtualUnPlug(byte[] address, int addressType, int transport) { in virtualUnPlug()
78 boolean setProtocolMode(byte[] address, int addressType, int transport, byte protocolMode) { in setProtocolMode()
84 int addressType, in getReport()
93 byte[] address, int addressType, int transport, byte reportType, String report) { in setReport()
97 boolean sendData(byte[] address, int addressType, int transport, String report) { in sendData()
101 boolean setIdleTime(byte[] address, int addressType, int transport, byte idleTime) { in setIdleTime()
105 boolean getIdleTime(byte[] address, int addressType, int transport) { in getIdleTime()
[all …]
DHidHostService.java1274 void onGetProtocolMode(byte[] address, int addressType, int transport, int mode) { in onGetProtocolMode()
1283 void onGetIdleTime(byte[] address, int addressType, int transport, int idleTime) { in onGetIdleTime()
1292 void onGetReport(byte[] address, int addressType, int transport, byte[] report, int rptSize) { in onGetReport()
1304 void onHandshake(byte[] address, int addressType, int transport, int status) { in onHandshake()
1313 void onVirtualUnplug(byte[] address, int addressType, int transport, int status) { in onVirtualUnplug()
1322 void onConnectStateChanged(byte[] address, int addressType, int transport, int state) { in onConnectStateChanged()
/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
76 int addressType = 1; in updateMethods() local
125 int addressType = 1; in print_doesNotCrash() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DPeriodicAdvertisementResult.java38 int addressType, in PeriodicAdvertisementResult()
90 public void updateAddressType(int addressType) { in updateAddressType()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanFilter.java101 @AddressType int addressType, in ScanFilter()
768 @NonNull String deviceAddress, @AddressType int addressType) { in setDeviceAddress()
810 @NonNull String deviceAddress, @AddressType int addressType, @NonNull byte[] irk) { in setDeviceAddress()
837 @NonNull String deviceAddress, @AddressType int addressType, @Nullable byte[] irk) { in setDeviceAddressInternal()
DAdvertisingSetCallback.java136 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String address) {} in onOwnAddressRead()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeAdvertisingTest.java72 int addressType = addressPair.second; in scanWithBumble() local
DLeScanningTest.java398 private void advertiseWithBumble(String serviceUuid, OwnAddressType addressType) { in advertiseWithBumble()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanNativeInterface.java113 int addressType, in gattClientStartBatchScanNative()
191 int addressType, in gattClientStartBatchScan()
228 int addressType, in onScanResult()
DPeriodicScanManager.java179 int addressType, in onSyncStarted()
287 int addressType = scanResult.getDevice().getAddressType(); in startSync() local
DPeriodicScanNativeInterface.java95 int addressType, in onSyncStarted()
/packages/modules/Bluetooth/android/app/aidl/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.java147 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, in onOwnAddressRead()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java248 int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM; in clientConnect() local
546 int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM; in serverConnect() local
DGattServiceBinderTest.java193 int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM; in clientConnect() local
500 int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM; in serverConnect() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DTransitionalScanHelperTest.java293 int addressType = 0; in onScanResult_remoteException_clientDied() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java293 int addressType, in gattClientConnectNative()
354 int serverIf, String address, int addressType, boolean isDirect, int transport); in gattServerConnectNative()
447 int addressType, in gattClientConnect()
595 int serverIf, String address, int addressType, boolean isDirect, int transport) { in gattServerConnect()
DAdvertiseManagerNativeInterface.java129 void onOwnAddressRead(int advertiserId, int addressType, String address) throws Exception { in onOwnAddressRead()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothMethodProxy.java152 public BluetoothDevice getDefaultAdapterRemoteLeDevice(String address, int addressType) { in getDefaultAdapterRemoteLeDevice()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairAdvertiser.java371 private void onOwnAddressReadHandler(int addressType, String address) { in onOwnAddressReadHandler()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java112 boolean createBond(byte[] address, int addressType, int transport) { in createBond()
296 private native boolean createBondNative(byte[] address, int addressType, int transport); in createBondNative()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java851 int addressType = address == null ? -1 : PhoneNumberUtils.toaFromString(address); in sendListOfCalls() local
989 int addressType = address == null ? -1 : PhoneNumberUtils.toaFromString(address); in sendClccForCall() local
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl108 …void clientConnect(in int clientIf, in String address, in int addressType, in boolean isDirect, in… in clientConnect()
156 …void serverConnect(in int serverIf, in String address, in int addressType, in boolean isDirect, in… in serverConnect()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduComposer.java466 final int addressType = checkAddressType(address.getString()); in appendAddressType() local

12