Home
last modified time | relevance | path

Searched refs:bluetoothGatt (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/
DGattInstance.kt86 bluetoothGatt: BluetoothGatt, in onConnectionStateChange()
97 override fun onServicesDiscovered(bluetoothGatt: BluetoothGatt, status: Int) { in onServicesDiscovered()
105 bluetoothGatt: BluetoothGatt, in onCharacteristicRead()
124 bluetoothGatt: BluetoothGatt, in onDescriptorRead()
143 bluetoothGatt: BluetoothGatt, in onCharacteristicWrite()
153 bluetoothGatt: BluetoothGatt, in onDescriptorWrite()
163 bluetoothGatt: BluetoothGatt, in onCharacteristicChanged()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeScanner.java434 IBluetoothGatt bluetoothGatt, in BleScanCallbackWrapper() argument
440 mBluetoothGatt = bluetoothGatt; in BleScanCallbackWrapper()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java2468 BluetoothGattTestableWrapper(BluetoothGatt bluetoothGatt) { in BluetoothGattTestableWrapper() argument
2469 mWrappedBluetoothGatt = bluetoothGatt; in BluetoothGattTestableWrapper()