/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostNativeInterface.java | 61 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 …]
|
D | HidHostService.java | 1274 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/ |
D | MacAddressTest.java | 48 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/ |
D | PeriodicAdvertisementResultTest.java | 47 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/ |
D | PeriodicAdvertisementResult.java | 38 int addressType, in PeriodicAdvertisementResult() 90 public void updateAddressType(int addressType) { in updateAddressType()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | ScanFilter.java | 101 @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()
|
D | AdvertisingSetCallback.java | 136 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String address) {} in onOwnAddressRead()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | LeAdvertisingTest.java | 72 int addressType = addressPair.second; in scanWithBumble() local
|
D | LeScanningTest.java | 398 private void advertiseWithBumble(String serviceUuid, OwnAddressType addressType) { in advertiseWithBumble()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | ScanNativeInterface.java | 113 int addressType, in gattClientStartBatchScanNative() 191 int addressType, in gattClientStartBatchScan() 228 int addressType, in onScanResult()
|
D | PeriodicScanManager.java | 179 int addressType, in onSyncStarted() 287 int addressType = scanResult.getDevice().getAddressType(); in startSync() local
|
D | PeriodicScanNativeInterface.java | 95 int addressType, in onSyncStarted()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/ |
D | IAdvertisingSetCallback.aidl | 24 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/ |
D | AdvertisingSetCallbackHelper.java | 147 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, in onOwnAddressRead()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceTest.java | 248 int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM; in clientConnect() local 546 int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM; in serverConnect() local
|
D | GattServiceBinderTest.java | 193 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/ |
D | TransitionalScanHelperTest.java | 293 int addressType = 0; in onScanResult_remoteException_clientDied() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 293 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()
|
D | AdvertiseManagerNativeInterface.java | 129 void onOwnAddressRead(int advertiserId, int addressType, String address) throws Exception { in onOwnAddressRead()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/ |
D | BluetoothMethodProxy.java | 152 public BluetoothDevice getDefaultAdapterRemoteLeDevice(String address, int addressType) { in getDefaultAdapterRemoteLeDevice()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | FastPairAdvertiser.java | 371 private void onOwnAddressReadHandler(int addressType, String address) { in onOwnAddressReadHandler()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterNativeInterface.java | 112 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/ |
D | BluetoothInCallService.java | 851 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/ |
D | IBluetoothGatt.aidl | 108 …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/ |
D | PduComposer.java | 466 final int addressType = checkAddressType(address.getString()); in appendAddressType() local
|