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

  /system/bt/service/ipc/binder/
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_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...]

Completed in 5706 milliseconds