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

  /external/bluetooth/bluez/btio/
btio.h 45 } BtIOType;
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,
btio.c 379 static gboolean set_force_active(int sock, BtIOType type, uint8_t force_active,
399 static gboolean set_sec_level(int sock, BtIOType type, int level, GError **err)
478 static gboolean get_force_active(int sock, BtIOType type, uint8_t *force_active,
499 static gboolean get_sec_level(int sock, BtIOType type, int *level,
1158 static gboolean get_valist(GIOChannel *io, BtIOType type, GError **err,
1210 gboolean bt_io_set(GIOChannel *io, BtIOType type, GError **err,
1245 gboolean bt_io_get(GIOChannel *io, BtIOType type, GError **err,
1258 static GIOChannel *create_io(BtIOType type, gboolean server,
1335 GIOChannel *bt_io_connect(BtIOType type, BtIOConnect connect,
1389 GIOChannel *bt_io_listen(BtIOType type, BtIOConnect connect
    [all...]
  /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 912 milliseconds