Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/android/pandora/server/src/
DGatt.kt92 val gattInstance = GattInstance.get(request.connection.address) in writeAttFromHandle() constant
126 val gattInstance = GattInstance.get(request.connection.address) in discoverServiceByUuid() constant
147 val gattInstance = GattInstance.get(request.connection.address) in discoverServices() constant
185 val gattInstance = GattInstance.get(request.connection.address) in clearCache() constant
197 val gattInstance = GattInstance.get(request.connection.address) in readCharacteristicFromHandle() constant
217 val gattInstance = GattInstance.get(request.connection.address) in readCharacteristicsFromUuid() constant
237 val gattInstance = GattInstance.get(request.connection.address) in readCharacteristicDescriptorFromHandle() constant
301 val gattInstance = GattInstance.get(request.connection.address) in setCharacteristicNotificationFromHandle() constant
336 val gattInstance = GattInstance.get(request.connection.address) in waitCharacteristicNotification() constant
DHost.kt396 val gattInstance = in disconnect() constant