Home | History | Annotate | Download | only in health

Lines Matching refs:ccio

2031 	mi->ccio = bt_io_listen(BT_IO_L2CAP, connect_mcl_event_cb, NULL, mi,
2039 if (!mi->ccio) {
2054 g_io_channel_shutdown(mi->ccio, TRUE, NULL);
2055 g_io_channel_unref(mi->ccio);
2056 mi->ccio = NULL;
2075 if (mi->ccio) {
2076 g_io_channel_shutdown(mi->ccio, TRUE, NULL);
2077 g_io_channel_unref(mi->ccio);
2078 mi->ccio = NULL;
2130 if (!(mi && mi->ccio)) {
2136 if (!bt_io_get(mi->ccio, BT_IO_L2CAP, err,