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

  /system/bt/service/common/android/bluetooth/
IBluetoothGattServer.aidl 26 void UnregisterServer(int server_id);
  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.h 52 Status UnregisterServer(int32_t server_id) override;
bluetooth_gatt_server_binder_server.cc 53 Status BluetoothGattServerBinderServer::UnregisterServer(int server_id) {
  /system/bt/service/hal/
fake_bluetooth_gatt_interface.h 53 virtual bt_status_t UnregisterServer(int server_if) = 0;
fake_bluetooth_gatt_interface.cc 66 if (g_server_handler) return g_server_handler->UnregisterServer(server_if);
  /system/bt/service/test/
gatt_server_unittest.cc 37 MOCK_METHOD1(UnregisterServer, bt_status_t(int));
237 EXPECT_CALL(*mock_handler_, UnregisterServer(_))
365 EXPECT_CALL(*mock_handler_, UnregisterServer(server_if0))
  /system/bt/service/example/heart_rate/
heart_rate_server.cc 120 gatt_->UnregisterServer(server_if_);

Completed in 303 milliseconds