Home
last modified time | relevance | path

Searched refs:ll_adv_sync_enable (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/ll/advx/src/
Dmain.c717 err = ll_adv_sync_enable(handle, BT_HCI_LE_SET_PER_ADV_ENABLE_ENABLE); in test_advx_main()
802 err = ll_adv_sync_enable(handle, 0); in test_advx_main()
811 err = ll_adv_sync_enable(handle, in test_advx_main()
839 err = ll_adv_sync_enable(handle, 0); in test_advx_main()
990 err = ll_adv_sync_enable(handle, BT_HCI_LE_SET_PER_ADV_ENABLE_ENABLE); in test_advx_main()
1004 err = ll_adv_sync_enable(handle, 0); in test_advx_main()
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h94 uint8_t ll_adv_sync_enable(uint8_t handle, uint8_t enable);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_sync.c380 uint8_t ll_adv_sync_enable(uint8_t handle, uint8_t enable) in ll_adv_sync_enable() function
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c3756 status = ll_adv_sync_enable(handle, cmd->enable); in le_set_per_adv_enable()