Home
last modified time | relevance | path

Searched refs:bt_hci_cmd_state_set_init (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Ddirection.c225 bt_hci_cmd_state_set_init(buf, &state, adv->flags, BT_PER_ADV_CTE_ENABLED, in hci_df_set_adv_cte_tx_enable()
353 bt_hci_cmd_state_set_init(buf, &state, sync->flags, BT_PER_ADV_SYNC_CTE_ENABLED, enable); in hci_df_set_cl_cte_rx_enable()
550 bt_hci_cmd_state_set_init(buf, &state, conn->flags, BT_CONN_CTE_TX_PARAMS_SET, true); in hci_df_set_conn_cte_tx_param()
645 bt_hci_cmd_state_set_init(buf, &state, conn->flags, BT_CONN_CTE_RX_ENABLED, enable); in hci_df_set_conn_cte_rx_enable()
829 bt_hci_cmd_state_set_init(buf, &state, conn->flags, BT_CONN_CTE_REQ_ENABLED, enable); in hci_df_set_conn_cte_req_enable()
915 bt_hci_cmd_state_set_init(buf, &state, conn->flags, BT_CONN_CTE_RSP_ENABLED, enable); in hci_df_set_conn_cte_rsp_enable()
Dhci_core.h456 void bt_hci_cmd_state_set_init(struct net_buf *buf,
Dscan.c137 bt_hci_cmd_state_set_init(buf, &state, bt_dev.flags, BT_DEV_SCANNING, in cmd_le_set_ext_scan_enable()
165 bt_hci_cmd_state_set_init(buf, &state, bt_dev.flags, BT_DEV_SCANNING, in cmd_le_set_scan_enable_legacy()
2105 bt_hci_cmd_state_set_init(buf, &state, per_adv_sync->flags, in bt_le_set_per_adv_recv_enable()
Dadv.c336 bt_hci_cmd_state_set_init(buf, &state, adv->flags, BT_ADV_ENABLED, enable); in bt_le_adv_set_enable_legacy()
371 bt_hci_cmd_state_set_init(buf, &state, adv->flags, BT_ADV_ENABLED, enable); in bt_le_adv_set_enable_ext()
2056 bt_hci_cmd_state_set_init(buf, &state, adv->flags, in bt_le_per_adv_enable()
Dhci_core.c145 void bt_hci_cmd_state_set_init(struct net_buf *buf, in bt_hci_cmd_state_set_init() function
760 bt_hci_cmd_state_set_init(buf, &state, bt_dev.flags, in bt_le_create_conn_ext()
809 bt_hci_cmd_state_set_init(buf, &state, bt_dev.flags, BT_DEV_INITIATING, true); in bt_le_create_conn_synced()
866 bt_hci_cmd_state_set_init(buf, &state, bt_dev.flags, in bt_le_create_conn_legacy()
889 bt_hci_cmd_state_set_init(buf, &state, bt_dev.flags, in bt_le_create_conn_cancel()
Diso.c2838 bt_hci_cmd_state_set_init(buf, &state, big->flags, BT_BIG_PENDING, true); in hci_le_create_big()
2904 bt_hci_cmd_state_set_init(buf, &state, big->flags, BT_BIG_PENDING, true); in hci_le_create_big_test()
3444 bt_hci_cmd_state_set_init(buf, &state, big->flags, BT_BIG_SYNCING, true); in hci_le_big_create_sync()
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/src/
Dtest_set_cl_cte_tx_enable.c49 bt_hci_cmd_state_set_init(buf, &state, adv_flags, BT_PER_ADV_CTE_ENABLED, in send_set_cl_cte_tx_enable()