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 556 send_foreach_headset(active_devices, NULL, "\r\nRING\r\n"); in ring_timer_cb() 559 send_foreach_headset(active_devices, cli_cmp, in ring_timer_cb() 1128 if (!active_devices) in telephony_operator_selection_ind() 1131 send_foreach_headset(active_devices, hfp_cmp, in telephony_operator_selection_ind() 2508 active_devices = g_slist_remove(active_devices, dev); in headset_set_state() 2537 active_devices = g_slist_append(active_devices, dev); in headset_set_state() 2708 if (!active_devices) in telephony_event_ind() 2716 send_foreach_headset(active_devices, hfp_cmp, in telephony_event_ind() 2725 if (!active_devices) in telephony_response_and_hold_ind() [all …]
|