Home
last modified time | relevance | path

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

/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.cc36 BluetoothGattServerBinderServer::BluetoothGattServerBinderServer( in BluetoothGattServerBinderServer() function in ipc::binder::BluetoothGattServerBinderServer
42 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 …]
H A Dbluetooth_gatt_server_binder_server.h40 class BluetoothGattServerBinderServer : public BnBluetoothGattServer,
44 explicit BluetoothGattServerBinderServer(bluetooth::Adapter* adapter);
45 ~BluetoothGattServerBinderServer() override = default;
113 DISALLOW_COPY_AND_ASSIGN(BluetoothGattServerBinderServer);
H A Dbluetooth_binder_server.cc321 gatt_server_interface_ = new BluetoothGattServerBinderServer(adapter_); in GetGattServerInterface()