Searched refs:BluetoothGattServerBinderServer (Results 1 – 3 of 3) sorted by relevance
36 BluetoothGattServerBinderServer::BluetoothGattServerBinderServer( in BluetoothGattServerBinderServer() function in ipc::binder::BluetoothGattServerBinderServer42 Status BluetoothGattServerBinderServer::RegisterServer( in RegisterServer()59 Status BluetoothGattServerBinderServer::UnregisterAll() { in UnregisterAll()65 Status BluetoothGattServerBinderServer::AddService( in AddService()110 Status BluetoothGattServerBinderServer::SendResponse( in SendResponse()130 Status BluetoothGattServerBinderServer::SendNotification( in SendNotification()193 void BluetoothGattServerBinderServer::OnDescriptorReadRequest( in OnDescriptorReadRequest()218 BluetoothGattServerBinderServer::GetGattServer(int server_id) { in GetGattServer()223 void BluetoothGattServerBinderServer::OnRegisterInstanceImpl( in OnRegisterInstanceImpl()257 void BluetoothGattServerBinderServer::OnDescriptorWriteRequest( in OnDescriptorWriteRequest()[all …]
40 class BluetoothGattServerBinderServer : public BnBluetoothGattServer,44 explicit BluetoothGattServerBinderServer(bluetooth::Adapter* adapter);45 ~BluetoothGattServerBinderServer() override = default;113 DISALLOW_COPY_AND_ASSIGN(BluetoothGattServerBinderServer);
321 gatt_server_interface_ = new BluetoothGattServerBinderServer(adapter_); in GetGattServerInterface()