Searched refs:active_devices (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | headset.c | 99 static GSList *active_devices = NULL; variable 548 send_foreach_headset(active_devices, NULL, "\r\nRING\r\n"); in ring_timer_cb() 551 send_foreach_headset(active_devices, cli_cmp, in ring_timer_cb() 1089 if (!active_devices) in telephony_operator_selection_ind() 1092 send_foreach_headset(active_devices, hfp_cmp, in telephony_operator_selection_ind() 2459 active_devices = g_slist_remove(active_devices, dev); in headset_set_state() 2488 active_devices = g_slist_append(active_devices, dev); in headset_set_state() 2656 if (!active_devices) in telephony_event_ind() 2664 send_foreach_headset(active_devices, hfp_cmp, in telephony_event_ind() 2673 if (!active_devices) in telephony_response_and_hold_ind() [all …]
|