Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/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.java1261 void onGetProtocolMode(byte[] address, int addressType, int transport, int mode) { in onGetProtocolMode()
1270 void onGetIdleTime(byte[] address, int addressType, int transport, int idleTime) { in onGetIdleTime()
1279 void onGetReport(byte[] address, int addressType, int transport, byte[] report, int rptSize) { in onGetReport()
1291 void onHandshake(byte[] address, int addressType, int transport, int status) { in onHandshake()
1300 void onVirtualUnplug(byte[] address, int addressType, int transport, int status) { in onVirtualUnplug()
1309 void onConnectStateChanged(byte[] address, int addressType, int transport, int state) { in onConnectStateChanged()
/aosp_15_r20/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()
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanFilter.java104 @AddressType int addressType, in ScanFilter()
766 @NonNull String deviceAddress, @AddressType int addressType) { in setDeviceAddress()
808 @NonNull String deviceAddress, @AddressType int addressType, @NonNull byte[] irk) { in setDeviceAddress()
835 @NonNull String deviceAddress, @AddressType int addressType, @Nullable byte[] irk) { in setDeviceAddressInternal()
DAdvertisingSetCallback.java136 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String address) {} in onOwnAddressRead()
/aosp_15_r20/hardware/interfaces/bluetooth/lmp_event/aidl/android/hardware/bluetooth/lmp_event/
H A DIBluetoothLmpEvent.aidl34 in AddressType addressType, in registerForLmpEvents()
44 void unregisterLmpEvents(in AddressType addressType, in byte[6] address); in unregisterLmpEvents()
H A DIBluetoothLmpEventCallback.aidl37 in AddressType addressType, in onEventGenerated()
/aosp_15_r20/hardware/interfaces/bluetooth/lmp_event/aidl/aidl_api/android.hardware.bluetooth.lmp_event/1/android/hardware/bluetooth/lmp_event/
H A DIBluetoothLmpEvent.aidl37 …p_event.IBluetoothLmpEventCallback callback, in android.hardware.bluetooth.lmp_event.AddressType a… in registerForLmpEvents()
38 …void unregisterLmpEvents(in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[… in unregisterLmpEvents()
H A DIBluetoothLmpEventCallback.aidl37 …are.bluetooth.lmp_event.Timestamp timestamp, in android.hardware.bluetooth.lmp_event.AddressType a… in onEventGenerated()
/aosp_15_r20/hardware/interfaces/bluetooth/lmp_event/aidl/aidl_api/android.hardware.bluetooth.lmp_event/current/android/hardware/bluetooth/lmp_event/
H A DIBluetoothLmpEvent.aidl37 …p_event.IBluetoothLmpEventCallback callback, in android.hardware.bluetooth.lmp_event.AddressType a… in registerForLmpEvents()
38 …void unregisterLmpEvents(in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[… in unregisterLmpEvents()
H A DIBluetoothLmpEventCallback.aidl37 …are.bluetooth.lmp_event.Timestamp timestamp, in android.hardware.bluetooth.lmp_event.AddressType a… in onEventGenerated()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/lmp_event/aidl/android.hardware.bluetooth.lmp_event_interface/dump/android/hardware/bluetooth/lmp_event/
DIBluetoothLmpEvent.aidl37 …p_event.IBluetoothLmpEventCallback callback, in android.hardware.bluetooth.lmp_event.AddressType a… in registerForLmpEvents()
38 …void unregisterLmpEvents(in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[… in unregisterLmpEvents()
DIBluetoothLmpEventCallback.aidl37 …are.bluetooth.lmp_event.Timestamp timestamp, in android.hardware.bluetooth.lmp_event.AddressType a… in onEventGenerated()
/aosp_15_r20/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()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanNativeInterface.java126 int addressType, in gattClientStartBatchScanNative()
234 int addressType, in gattClientStartBatchScan()
271 int addressType, in onScanResult()
DPeriodicScanManager.java181 int addressType, in onSyncStarted()
291 int addressType = scanResult.getDevice().getAddressType(); in startSync() local
/aosp_15_r20/external/okio/samples/src/jvmMain/kotlin/okio/samples/
H A DSocksProxyServer.kt116 val addressType = fromSource.readByte().toInt() and 0xff in <lambda>() constant
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java292 int addressType, in gattClientConnectNative()
354 int serverIf, String address, int addressType, boolean isDirect, int transport); in gattServerConnectNative()
447 int addressType, in gattClientConnect()
603 int serverIf, String address, int addressType, boolean isDirect, int transport) { in gattServerConnect()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java249 int addressType = BluetoothDevice.ADDRESS_TYPE_RANDOM; in clientConnect() local
559 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
/aosp_15_r20/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeAdvertisingTest.java72 int addressType = addressPair.second; in scanWithBumble() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/
DIAdvertisingSetCallback.aidl24 void onOwnAddressRead(in int advertiserId, in int addressType, in String address); in onOwnAddressRead()
/aosp_15_r20/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelper.java147 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, in onOwnAddressRead()
/aosp_15_r20/external/nist-sip/java/gov/nist/core/
H A DHost.java79 protected int addressType; field in Host

12345678910