Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_LE_SET_ADV_DATA (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c395 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_DATA, sizeof(data)); in start_adv()
398 send_cmd(BT_HCI_OP_LE_SET_ADV_DATA, buf, NULL); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c460 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_DATA, sizeof(data)); in start_adv()
463 send_cmd(BT_HCI_OP_LE_SET_ADV_DATA, buf, NULL); in start_adv()
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c693 return hci_set_ad(BT_HCI_OP_LE_SET_ADV_DATA, ad, ad_len); in set_ad()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1088 #define BT_HCI_OP_LE_SET_ADV_DATA BT_OP(BT_OGF_LE, 0x0008) /* 0x2008 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4529 case BT_OCF(BT_HCI_OP_LE_SET_ADV_DATA):