Home
last modified time | relevance | path

Searched refs:BT_HCI_LE_ADV_ENABLE (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/central/src/
Dmain.c81 bufs[i] = bt_hci_cmd_create(BT_HCI_LE_ADV_ENABLE, 0); in test_central_connect_timeout_with_timeout()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c418 net_buf_add_u8(buf, BT_HCI_LE_ADV_ENABLE); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c451 net_buf_add_u8(buf, BT_HCI_LE_ADV_ENABLE); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c474 net_buf_add_u8(buf, BT_HCI_LE_ADV_ENABLE); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c455 net_buf_add_u8(buf, BT_HCI_LE_ADV_ENABLE); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c497 net_buf_add_u8(buf, BT_HCI_LE_ADV_ENABLE); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c483 net_buf_add_u8(buf, BT_HCI_LE_ADV_ENABLE); in start_adv()
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c331 net_buf_add_u8(buf, BT_HCI_LE_ADV_ENABLE); in bt_le_adv_set_enable_legacy()
360 net_buf_add_u8(buf, BT_HCI_LE_ADV_ENABLE); in bt_le_adv_set_enable_ext()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1125 #define BT_HCI_LE_ADV_ENABLE 0x01 macro