Home
last modified time | relevance | path

Searched refs:adv_handle (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dhci.h135 int bt_hci_get_adv_handle(const struct bt_le_ext_adv *adv, uint8_t *adv_handle);
Dhci_types.h1659 uint8_t adv_handle; member
1678 uint8_t adv_handle; member
1990 uint8_t adv_handle; member
2178 uint8_t adv_handle; member
2194 uint8_t adv_handle; member
2585 uint8_t adv_handle; member
2603 uint8_t adv_handle; member
2622 uint8_t adv_handle; member
2883 uint8_t adv_handle; member
/Zephyr-Core-3.7.0/tests/bluetooth/df/connectionless_cte_tx/src/
Dtest_set_cl_cte_tx_enable.c31 int send_set_cl_cte_tx_enable(uint8_t adv_handle, atomic_t *adv_flags, in send_set_cl_cte_tx_enable() argument
46 cp->handle = adv_handle; in send_set_cl_cte_tx_enable()
Dtest_set_cl_cte_tx_param.c49 int send_set_cl_cte_tx_params(uint8_t adv_handle, uint8_t cte_len, in send_set_cl_cte_tx_params() argument
62 cp->handle = adv_handle; in send_set_cl_cte_tx_params()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_df.c235 uint8_t ll_df_set_cl_cte_tx_params(uint8_t adv_handle, uint8_t cte_len, in ll_df_set_cl_cte_tx_params() argument
243 adv = ull_adv_is_created_get(adv_handle); in ll_df_set_cl_cte_tx_params()
313 uint8_t ll_df_set_cl_cte_tx_enable(uint8_t adv_handle, uint8_t cte_enable) in ll_df_set_cl_cte_tx_enable() argument
323 adv = ull_adv_is_created_get(adv_handle); in ll_df_set_cl_cte_tx_enable()
Dull_adv_iso.c89 static uint8_t big_create(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis, in big_create() argument
132 adv = ull_adv_is_created_get(adv_handle); in big_create()
655 uint8_t ll_big_create(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis, in ll_big_create() argument
661 return big_create(big_handle, adv_handle, num_bis, sdu_interval, max_sdu, in ll_big_create()
672 uint8_t ll_big_test_create(uint8_t big_handle, uint8_t adv_handle, in ll_big_test_create() argument
679 return big_create(big_handle, adv_handle, num_bis, sdu_interval, max_sdu, in ll_big_test_create()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/include/
Dll.h111 uint8_t ll_big_create(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis,
116 uint8_t ll_big_test_create(uint8_t big_handle, uint8_t adv_handle,
282 uint8_t ll_df_set_cl_cte_tx_params(uint8_t adv_handle, uint8_t cte_len,
286 uint8_t ll_df_set_cl_cte_tx_enable(uint8_t adv_handle, uint8_t cte_enable);
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dadv.c1933 cp->adv_handle = adv->handle; in bt_le_per_adv_set_subevent_data()
2023 adv = bt_hci_adv_lookup_handle(evt->adv_handle); in bt_hci_le_per_adv_subevent_data_request()
2025 LOG_ERR("Unknown advertising handle %d", evt->adv_handle); in bt_hci_le_per_adv_subevent_data_request()
2053 adv = bt_hci_adv_lookup_handle(evt->adv_handle); in bt_hci_le_per_adv_response_report()
2055 LOG_ERR("Unknown advertising handle %d", evt->adv_handle); in bt_hci_le_per_adv_response_report()
2132 cp->adv_handle = adv->handle; in bt_le_per_adv_set_info_transfer()
2153 adv = bt_hci_adv_lookup_handle(evt->adv_handle); in bt_hci_le_adv_set_terminated()
2158 evt->adv_handle, conn_handle, evt->num_completed_ext_adv_evts); in bt_hci_le_adv_set_terminated()
Dhci_core.c784 cp->adv_handle = adv->handle; in bt_le_create_conn_synced()
1700 if (evt->adv_handle == BT_HCI_ADV_HANDLE_INVALID && in le_enh_conn_complete_v2()
1706 else if (evt->adv_handle != BT_HCI_ADV_HANDLE_INVALID && in le_enh_conn_complete_v2()
1713 else if (evt->adv_handle == BT_HCI_ADV_HANDLE_INVALID && in le_enh_conn_complete_v2()
2583 int bt_hci_get_adv_handle(const struct bt_le_ext_adv *adv, uint8_t *adv_handle) in bt_hci_get_adv_handle() argument
2589 *adv_handle = adv->handle; in bt_hci_get_adv_handle()
Diso.c2724 req->adv_handle = padv->handle; in hci_le_create_big()
2780 req->adv_handle = padv->handle; in hci_le_create_big_test()
2803 req->big_handle, req->adv_handle, req->num_bis, param->interval, in hci_le_create_big_test()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/bis/src/
Dmain.c281 uint8_t adv_handle; in create_ll_big() local
287 adv_handle = bt_le_ext_adv_get_index(adv); in create_ll_big()
289 err = ll_big_create(big_handle, adv_handle, bis_count, sdu_interval, in create_ll_big()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/
Dhci.c1674 uint8_t adv_handle; in le_create_big() local
1684 status = ll_adv_set_by_hci_handle_get(cmd->adv_handle, &adv_handle); in le_create_big()
1694 status = ll_big_create(big_handle, adv_handle, cmd->num_bis, in le_create_big()
1716 status = ll_big_test_create(cmd->big_handle, cmd->adv_handle, in le_create_big_test()
2860 uint8_t adv_handle; in le_df_set_cl_cte_tx_params() local
2867 status = ll_adv_set_by_hci_handle_get(cmd->handle, &adv_handle); in le_df_set_cl_cte_tx_params()
2873 status = ll_df_set_cl_cte_tx_params(adv_handle, cmd->cte_len, in le_df_set_cl_cte_tx_params()
7964 sep->adv_handle = ll_adv_set_hci_handle_get(node_rx->hdr.handle & 0xff);