Home
last modified time | relevance | path

Searched refs:clientIf (Results 1 – 4 of 4) sorted by relevance

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