Home
last modified time | relevance | path

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

/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl101 void unregisterClient(in int clientIf, in AttributionSource attributionSource); in unregisterClient()
103 …void clientConnect(in int clientIf, in String address, in boolean isDirect, in int transport, in b… in clientConnect()
105 … void clientDisconnect(in int clientIf, in String address, in AttributionSource attributionSource); in clientDisconnect()
107 …void clientSetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int … in clientSetPreferredPhy()
109 void clientReadPhy(in int clientIf, in String addres, in AttributionSource attributionSources); in clientReadPhy()
111 void refreshDevice(in int clientIf, in String address, in AttributionSource attributionSource); in refreshDevice()
113 … void discoverServices(in int clientIf, in String address, in AttributionSource attributionSource); in discoverServices()
115 …void discoverServiceByUuid(in int clientIf, in String address, in ParcelUuid uuid, in AttributionS… in discoverServiceByUuid()
117 …void readCharacteristic(in int clientIf, in String address, in int handle, in int authReq, in Attr… in readCharacteristic()
119 void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid, in readUsingCharacteristicUuid()
[all …]
DIBluetoothGattCallback.aidl26 void onClientRegistered(in int status, in int clientIf); in onClientRegistered()
27 void onClientConnectionState(in int status, in int clientIf, in onClientConnectionState()
/system/bt/test/suite/gatt/
Dgatt_test.cc94 int clientIf, const bluetooth::Uuid& app_uuid) { in RegisterClientCallback()