Searched refs:BtIOType (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluez/btio/ |
D | btio.h | 45 } BtIOType; typedef 85 gboolean bt_io_set(GIOChannel *io, BtIOType type, GError **err, 88 gboolean bt_io_get(GIOChannel *io, BtIOType type, GError **err, 91 GIOChannel *bt_io_connect(BtIOType type, BtIOConnect connect, 95 GIOChannel *bt_io_listen(BtIOType type, BtIOConnect connect,
|
D | btio.c | 379 static gboolean set_force_active(int sock, BtIOType type, uint8_t force_active, in set_force_active() 399 static gboolean set_sec_level(int sock, BtIOType type, int level, GError **err) in set_sec_level() 478 static gboolean get_force_active(int sock, BtIOType type, uint8_t *force_active, in get_force_active() 499 static gboolean get_sec_level(int sock, BtIOType type, int *level, in get_sec_level() 1158 static gboolean get_valist(GIOChannel *io, BtIOType type, GError **err, in get_valist() 1210 gboolean bt_io_set(GIOChannel *io, BtIOType type, GError **err, in bt_io_set() 1245 gboolean bt_io_get(GIOChannel *io, BtIOType type, GError **err, in bt_io_get() 1258 static GIOChannel *create_io(BtIOType type, gboolean server, in create_io() 1335 GIOChannel *bt_io_connect(BtIOType type, BtIOConnect connect, in bt_io_connect() 1389 GIOChannel *bt_io_listen(BtIOType type, BtIOConnect connect, in bt_io_listen()
|
/external/bluetooth/bluez/test/ |
D | btiotest.c | 40 BtIOType type; 65 static struct io_data *io_data_new(GIOChannel *io, BtIOType type, gint reject, in io_data_new()
|