Searched refs:BT_HFP_AG_CALL_IND (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_ag.c | 528 ag_ind[BT_HFP_AG_CALL_IND].name, ag_ind[BT_HFP_AG_CALL_IND].min, in bt_hfp_ag_cind_handler() 529 ag_ind[BT_HFP_AG_CALL_IND].connector, ag_ind[BT_HFP_AG_CALL_IND].max, in bt_hfp_ag_cind_handler() 545 ag->indicator_value[BT_HFP_AG_CALL_IND], in bt_hfp_ag_cind_handler() 836 int err = hfp_ag_update_indicator(ag, BT_HFP_AG_CALL_IND, 0, bt_hfp_ag_terminate_cb, in bt_hfp_ag_unit_call_terminate() 977 indicator = BIT(BT_HFP_AG_CALL_IND) | BIT(BT_HFP_AG_CALL_SETUP_IND) | in bt_hfp_ag_bia_handler() 1157 err = hfp_ag_update_indicator(ag, BT_HFP_AG_CALL_IND, 1, bt_hfp_ag_accept_cb, user_data); in bt_hfp_ag_unit_call_accept() 1635 ag->indicator_value[BT_HFP_AG_CALL_IND]) { in bt_ag_deferred_work_cb() 1642 err = hfp_ag_update_indicator(ag, BT_HFP_AG_CALL_IND, 0, in bt_ag_deferred_work_cb() 1657 } else if (ag->indicator_value[BT_HFP_AG_CALL_IND]) { in bt_ag_deferred_work_cb() 1658 err = hfp_ag_update_indicator(ag, BT_HFP_AG_CALL_IND, 0, in bt_ag_deferred_work_cb() [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | hfp_ag.h | 30 BT_HFP_AG_CALL_IND = 1, /* call status indicator */ enumerator
|