HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothGattServerBinderServer (Results 1 - 3 of 3) sorted by null

  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.cc 36 BluetoothGattServerBinderServer::BluetoothGattServerBinderServer(
42 Status BluetoothGattServerBinderServer::RegisterServer(
53 Status BluetoothGattServerBinderServer::UnregisterServer(int server_id) {
59 Status BluetoothGattServerBinderServer::UnregisterAll() {
65 Status BluetoothGattServerBinderServer::AddService(
80 android::wp<BluetoothGattServerBinderServer> weak_ptr_to_this(this);
110 Status BluetoothGattServerBinderServer::SendResponse(
130 Status BluetoothGattServerBinderServer::SendNotification(
145 android::wp<BluetoothGattServerBinderServer> weak_ptr_to_this(this)
    [all...]
bluetooth_gatt_server_binder_server.h 40 class BluetoothGattServerBinderServer : public BnBluetoothGattServer,
44 explicit BluetoothGattServerBinderServer(bluetooth::Adapter* adapter);
45 ~BluetoothGattServerBinderServer() override = default;
113 DISALLOW_COPY_AND_ASSIGN(BluetoothGattServerBinderServer);
bluetooth_binder_server.cc 219 gatt_server_interface_ = new BluetoothGattServerBinderServer(adapter_);

Completed in 72 milliseconds