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

  /external/bluetooth/bluez/src/
btio.h 43 } BtIOType;
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,
btio.c 367 static gboolean set_sec_level(int sock, BtIOType type, int level, GError **err)
446 static gboolean get_sec_level(int sock, BtIOType type, int *level,
1027 static gboolean get_valist(GIOChannel *io, BtIOType type, GError **err,
1077 gboolean bt_io_set(GIOChannel *io, BtIOType type, GError **err,
1110 gboolean bt_io_get(GIOChannel *io, BtIOType type, GError **err,
1123 static GIOChannel *create_io(BtIOType type, gboolean server,
1197 GIOChannel *bt_io_connect(BtIOType type, BtIOConnect connect,
1251 GIOChannel *bt_io_listen(BtIOType type, BtIOConnect connect,
  /external/bluetooth/bluez/test/
btiotest.c 40 BtIOType type;
65 static struct io_data *io_data_new(GIOChannel *io, BtIOType type, gint reject,

Completed in 31 milliseconds