summaryrefslogtreecommitdiff
path: root/android/map-client.h
blob: 9dc2377675169e23517ec54f192dc1d99e8ca3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 *
 *  BlueZ - Bluetooth protocol stack for Linux
 *
 *  Copyright (C) 2014  Intel Corporation. All rights reserved.
 *
 *
 */

bool bt_map_client_register(struct ipc *ipc, const bdaddr_t *addr,
								uint8_t mode);
void bt_map_client_unregister(void);