Home
last modified time | relevance | path

Searched refs:BluetoothGattClientBinderServer (Results 1 – 3 of 3) sorted by relevance

/system/bt/service/ipc/binder/
Dbluetooth_gatt_client_binder_server.cpp30 BluetoothGattClientBinderServer::BluetoothGattClientBinderServer( in BluetoothGattClientBinderServer() function in ipc::binder::BluetoothGattClientBinderServer
35 bool BluetoothGattClientBinderServer::RegisterClient( in RegisterClient()
45 void BluetoothGattClientBinderServer::UnregisterClient(int client_id) { in UnregisterClient()
50 void BluetoothGattClientBinderServer::UnregisterAll() { in UnregisterAll()
56 BluetoothGattClientBinderServer::GetGattClientCallback(int client_id) { in GetGattClientCallback()
63 BluetoothGattClientBinderServer::GetGattClient(int client_id) { in GetGattClient()
68 void BluetoothGattClientBinderServer::OnRegisterInstanceImpl( in OnRegisterInstanceImpl()
Dbluetooth_gatt_client_binder_server.h34 class BluetoothGattClientBinderServer : public BnBluetoothGattClient,
37 explicit BluetoothGattClientBinderServer(bluetooth::Adapter* adapter);
38 ~BluetoothGattClientBinderServer() override = default;
65 DISALLOW_COPY_AND_ASSIGN(BluetoothGattClientBinderServer);
Dbluetooth_binder_server.cpp140 gatt_client_interface_ = new BluetoothGattClientBinderServer(adapter_); in GetGattClientInterface()