Home
last modified time | relevance | path

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

/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_client_binder_server.cc32 BluetoothGattClientBinderServer::BluetoothGattClientBinderServer( in BluetoothGattClientBinderServer() function in ipc::binder::BluetoothGattClientBinderServer
38 Status BluetoothGattClientBinderServer::RegisterClient( in RegisterClient()
50 Status BluetoothGattClientBinderServer::UnregisterClient(int client_id) { in UnregisterClient()
56 Status BluetoothGattClientBinderServer::UnregisterAll() { in UnregisterAll()
63 BluetoothGattClientBinderServer::GetGattClientCallback(int client_id) { in GetGattClientCallback()
70 BluetoothGattClientBinderServer::GetGattClient(int client_id) { in GetGattClient()
75 void BluetoothGattClientBinderServer::OnRegisterInstanceImpl( in OnRegisterInstanceImpl()
H A Dbluetooth_gatt_client_binder_server.h40 class BluetoothGattClientBinderServer : public BnBluetoothGattClient,
43 explicit BluetoothGattClientBinderServer(bluetooth::Adapter* adapter);
44 ~BluetoothGattClientBinderServer() override = default;
71 DISALLOW_COPY_AND_ASSIGN(BluetoothGattClientBinderServer);
H A Dbluetooth_binder_server.cc304 gatt_client_interface_ = new BluetoothGattClientBinderServer(adapter_); in GetGattClientInterface()