Searched refs:BtIOType (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluez/src/ |
D | btio.h | 43 } BtIOType; typedef 80 gboolean bt_io_set(GIOChannel *io, BtIOType type, GError **err, 83 gboolean bt_io_get(GIOChannel *io, BtIOType type, GError **err, 86 GIOChannel *bt_io_connect(BtIOType type, BtIOConnect connect, 90 GIOChannel *bt_io_listen(BtIOType type, BtIOConnect connect,
|
D | btio.c | 367 static gboolean set_sec_level(int sock, BtIOType type, int level, GError **err) in set_sec_level() 446 static gboolean get_sec_level(int sock, BtIOType type, int *level, in get_sec_level() 1027 static gboolean get_valist(GIOChannel *io, BtIOType type, GError **err, in get_valist() 1077 gboolean bt_io_set(GIOChannel *io, BtIOType type, GError **err, in bt_io_set() 1110 gboolean bt_io_get(GIOChannel *io, BtIOType type, GError **err, in bt_io_get() 1123 static GIOChannel *create_io(BtIOType type, gboolean server, in create_io() 1197 GIOChannel *bt_io_connect(BtIOType type, BtIOConnect connect, in bt_io_connect() 1251 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()
|