Blame src/advertising.h

Packit 34410b
/*
Packit 34410b
 *
Packit 34410b
 *  BlueZ - Bluetooth protocol stack for Linux
Packit 34410b
 *
Packit 34410b
 *  Copyright (C) 2015  Google Inc.
Packit 34410b
 *
Packit 34410b
 *
Packit 34410b
 *  This program is free software; you can redistribute it and/or modify
Packit 34410b
 *  it under the terms of the GNU General Public License as published by
Packit 34410b
 *  the Free Software Foundation; either version 2 of the License, or
Packit 34410b
 *  (at your option) any later version.
Packit 34410b
 *
Packit 34410b
 *  This program is distributed in the hope that it will be useful,
Packit 34410b
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 34410b
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 34410b
 *  GNU General Public License for more details.
Packit 34410b
 *
Packit 34410b
 */
Packit 34410b
Packit 34410b
struct btd_adapter;
Packit 34410b
struct btd_adv_manager;
Packit 34410b
Packit 34410b
struct btd_adv_manager *btd_adv_manager_new(struct btd_adapter *adapter,
Packit 34410b
							struct mgmt *mgmt);
Packit 34410b
void btd_adv_manager_destroy(struct btd_adv_manager *manager);
Packit 34410b
void btd_adv_manager_refresh(struct btd_adv_manager *manager);