Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c417 net_buf_add_u8(buf, BT_HCI_LE_ADV_ENABLE); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c450 net_buf_add_u8(buf, BT_HCI_LE_ADV_ENABLE); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c472 net_buf_add_u8(buf, BT_HCI_LE_ADV_ENABLE); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c496 net_buf_add_u8(buf, BT_HCI_LE_ADV_ENABLE); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c453 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.c482 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.h1101 #define BT_HCI_LE_ADV_ENABLE 0x01 macro