Searched refs:BluetoothGattClientBinderServer (Results 1 – 3 of 3) sorted by relevance
32 BluetoothGattClientBinderServer::BluetoothGattClientBinderServer( in BluetoothGattClientBinderServer() function in ipc::binder::BluetoothGattClientBinderServer38 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()
40 class BluetoothGattClientBinderServer : public BnBluetoothGattClient,43 explicit BluetoothGattClientBinderServer(bluetooth::Adapter* adapter);44 ~BluetoothGattClientBinderServer() override = default;71 DISALLOW_COPY_AND_ASSIGN(BluetoothGattClientBinderServer);
304 gatt_client_interface_ = new BluetoothGattClientBinderServer(adapter_); in GetGattClientInterface()