Lines Matching refs:rfcomm
159 GIOChannel *rfcomm; member
299 if (!hs->rfcomm) { in headset_send_valist()
305 fd = g_io_channel_unix_get_fd(hs->rfcomm); in headset_send_valist()
576 if (hs->rfcomm) in sco_connect_cb()
1389 hs->rfcomm = hs->tmp_rfcomm; in headset_connect_cb()
1435 if (hs->rfcomm) in headset_connect_cb()
2138 GIOChannel *rfcomm = hs->tmp_rfcomm ? hs->tmp_rfcomm : hs->rfcomm; in headset_close_rfcomm() local
2140 if (rfcomm) { in headset_close_rfcomm()
2141 g_io_channel_shutdown(rfcomm, TRUE, NULL); in headset_close_rfcomm()
2142 g_io_channel_unref(rfcomm); in headset_close_rfcomm()
2144 hs->rfcomm = NULL; in headset_close_rfcomm()
2314 if (hs->rfcomm) in headset_cancel_stream()
2353 if (hs->rfcomm == NULL) { in headset_request_stream()
2382 if (hs->rfcomm) in headset_config_stream()