Searched refs:BluetoothGattClientBinderServer (Results 1 – 3 of 3) sorted by relevance
30 BluetoothGattClientBinderServer::BluetoothGattClientBinderServer( in BluetoothGattClientBinderServer() function in ipc::binder::BluetoothGattClientBinderServer35 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()
34 class BluetoothGattClientBinderServer : public BnBluetoothGattClient,37 explicit BluetoothGattClientBinderServer(bluetooth::Adapter* adapter);38 ~BluetoothGattClientBinderServer() override = default;65 DISALLOW_COPY_AND_ASSIGN(BluetoothGattClientBinderServer);
140 gatt_client_interface_ = new BluetoothGattClientBinderServer(adapter_); in GetGattClientInterface()