Searched refs:active_devices (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | headset.c | 96 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() 1139 if (!active_devices) in telephony_operator_selection_ind() 1142 send_foreach_headset(active_devices, hfp_cmp, in telephony_operator_selection_ind() 2518 active_devices = g_slist_remove(active_devices, dev); in headset_set_state() 2545 active_devices = g_slist_append(active_devices, dev); in headset_set_state() 2760 if (!active_devices) in telephony_event_ind() 2768 send_foreach_headset(active_devices, hfp_cmp, in telephony_event_ind() 2777 if (!active_devices) in telephony_response_and_hold_ind() [all …]
|