Home
last modified time | relevance | path

Searched defs:gattInstance (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/
DGatt.kt91 val gattInstance = GattInstance.get(request.connection.address) in writeAttFromHandle() constant
125 val gattInstance = GattInstance.get(request.connection.address) in discoverServiceByUuid() constant
146 val gattInstance = GattInstance.get(request.connection.address) in discoverServices() constant
184 val gattInstance = GattInstance.get(request.connection.address) in clearCache() constant
196 val gattInstance = GattInstance.get(request.connection.address) in readCharacteristicFromHandle() constant
216 val gattInstance = GattInstance.get(request.connection.address) in readCharacteristicsFromUuid() constant
236 val gattInstance = GattInstance.get(request.connection.address) in readCharacteristicDescriptorFromHandle() constant
300 val gattInstance = GattInstance.get(request.connection.address) in setCharacteristicNotificationFromHandle() constant
335 val gattInstance = GattInstance.get(request.connection.address) in waitCharacteristicNotification() constant
DHost.kt386 val gattInstance = in disconnect() constant