Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DBluetoothConnectionManager.java16 boolean hasGattClientConnection = false; field in BluetoothConnectionManager.BluetoothConnectionMetadata
19 void setHasGattClientConnection(boolean hasGattClientConnection) { in setHasGattClientConnection()
27 boolean hasGattClientConnection() { in hasGattClientConnection() method in BluetoothConnectionManager.BluetoothConnectionMetadata
110 boolean hasGattClientConnection(String remoteAddress) { in hasGattClientConnection() method in BluetoothConnectionManager