Home
last modified time | relevance | path

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

/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl76 void unregisterClient(in int clientIf); in unregisterClient() argument
77 …void clientConnect(in int clientIf, in String address, in boolean isDirect, in int transport, in b… in clientConnect() argument
78 void clientDisconnect(in int clientIf, in String address); in clientDisconnect() argument
79 …void clientSetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int … in clientSetPreferredPhy() argument
80 void clientReadPhy(in int clientIf, in String address); in clientReadPhy() argument
81 void refreshDevice(in int clientIf, in String address); in refreshDevice() argument
82 void discoverServices(in int clientIf, in String address); in discoverServices() argument
83 void discoverServiceByUuid(in int clientIf, in String address, in ParcelUuid uuid); in discoverServiceByUuid() argument
84 void readCharacteristic(in int clientIf, in String address, in int handle, in int authReq); in readCharacteristic() argument
85 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;