Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dheadset.c168 gboolean hfp_active; member
537 if (!hs->hfp_active) in cli_cmp()
652 if (hs->hfp_active) in hfp_cmp()
1383 if (hs->hfp_active && !ag.telephony_ready) { in headset_connect_cb()
1410 if (hs->hfp_active) in headset_connect_cb()
1636 hs->hfp_active = hs->hfp_handle != 0 ? TRUE : FALSE; in rfcomm_connect()
2436 return hs->hfp_active; in get_hfp_active()
2443 hs->hfp_active = active; in set_hfp_active()
2816 if (!hs->hfp_active && slc->inband_ring) in telephony_incoming_call_ind()
2823 if (slc->inband_ring && hs->hfp_active && in telephony_incoming_call_ind()
[all …]
Dmanager.c464 gboolean hfp_active; in ag_confirm() local
482 hfp_active = FALSE; in ag_confirm()
486 hfp_active = TRUE; in ag_confirm()
511 set_hfp_active(device, hfp_active); in ag_confirm()