Searched refs:io_data (Results 1 – 2 of 2) sorted by relevance
37 struct io_data { struct46 static void io_data_unref(struct io_data *data) in io_data_unref() argument59 static struct io_data *io_data_ref(struct io_data *data) in io_data_ref()65 static struct io_data *io_data_new(GIOChannel *io, BtIOType type, gint reject, in io_data_new()68 struct io_data *data; in io_data_new()70 data = g_new0(struct io_data, 1); in io_data_new()88 struct io_data *data = user_data; in disconn_timeout()99 struct io_data *data = user_data; in connect_cb()163 struct io_data *data = user_data; in confirm_timeout()187 struct io_data *data = user_data; in confirm_cb()[all …]
81 static struct g_io_info io_data[HCI_MAX_DEV]; variable383 io_data[dev_id].pin_length, in link_key_notify()385 io_data[dev_id].pin_length = -1; in link_key_notify()513 io_data[dev_id].pin_length = length; in set_pin_length()954 if (io_data[i].channel == chan) { in delete_channel()1113 GIOChannel *chan = io_data[hdev].channel; in start_security_manager()1177 io_data[hdev].watch_id = g_io_add_watch_full(chan, G_PRIORITY_LOW, in start_security_manager()1180 io_data[hdev].channel = chan; in start_security_manager()1181 io_data[hdev].pin_length = -1; in start_security_manager()1195 GIOChannel *chan = io_data[hdev].channel; in stop_security_manager()[all …]