Home
last modified time | relevance | path

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

/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cpp30 BluetoothGattServerBinderServer::BluetoothGattServerBinderServer( in BluetoothGattServerBinderServer() function in ipc::binder::BluetoothGattServerBinderServer
35 bool BluetoothGattServerBinderServer::RegisterServer( in RegisterServer()
44 void BluetoothGattServerBinderServer::UnregisterServer(int server_id) { in UnregisterServer()
49 void BluetoothGattServerBinderServer::UnregisterAll() { in UnregisterAll()
54 bool BluetoothGattServerBinderServer::BeginServiceDeclaration( in BeginServiceDeclaration()
79 bool BluetoothGattServerBinderServer::AddCharacteristic( in AddCharacteristic()
105 bool BluetoothGattServerBinderServer::AddDescriptor( in AddDescriptor()
130 bool BluetoothGattServerBinderServer::EndServiceDeclaration(int server_id) { in EndServiceDeclaration()
142 android::wp<BluetoothGattServerBinderServer> weak_ptr_to_this(this); in EndServiceDeclaration()
171 bool BluetoothGattServerBinderServer::SendResponse( in SendResponse()
[all …]
Dbluetooth_gatt_server_binder_server.h34 class BluetoothGattServerBinderServer : public BnBluetoothGattServer,
38 explicit BluetoothGattServerBinderServer(bluetooth::Adapter* adapter);
39 ~BluetoothGattServerBinderServer() override = default;
114 DISALLOW_COPY_AND_ASSIGN(BluetoothGattServerBinderServer);
Dbluetooth_binder_server.cpp155 gatt_server_interface_ = new BluetoothGattServerBinderServer(adapter_); in GetGattServerInterface()