Home
last modified time | relevance | path

Searched refs:tmp_rfcomm (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluez/audio/
Dheadset.c160 GIOChannel *tmp_rfcomm; member
1389 hs->rfcomm = hs->tmp_rfcomm; in headset_connect_cb()
1390 hs->tmp_rfcomm = NULL; in headset_connect_cb()
1621 hs->tmp_rfcomm = bt_io_connect(BT_IO_RFCOMM, headset_connect_cb, dev, in rfcomm_connect()
1630 if (!hs->tmp_rfcomm) { in rfcomm_connect()
2138 GIOChannel *rfcomm = hs->tmp_rfcomm ? hs->tmp_rfcomm : hs->rfcomm; in headset_close_rfcomm()
2143 hs->tmp_rfcomm = NULL; in headset_close_rfcomm()
2450 return hs->tmp_rfcomm; in headset_get_rfcomm()
2457 if (hs->tmp_rfcomm) in headset_connect_rfcomm()
2460 hs->tmp_rfcomm = g_io_channel_ref(io); in headset_connect_rfcomm()