Searched refs:bt_hci_cmd_state_set_init (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | direction.c | 225 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()
|
D | hci_core.h | 456 void bt_hci_cmd_state_set_init(struct net_buf *buf,
|
D | scan.c | 137 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()
|
D | adv.c | 336 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()
|
D | hci_core.c | 145 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()
|
D | iso.c | 2838 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/ |
D | test_set_cl_cte_tx_enable.c | 49 bt_hci_cmd_state_set_init(buf, &state, adv_flags, BT_PER_ADV_CTE_ENABLED, in send_set_cl_cte_tx_enable()
|