Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dadv.c533 static int hci_set_ad(uint16_t hci_op, const struct bt_ad *ad, size_t ad_len) in hci_set_ad() argument
539 buf = bt_hci_cmd_create(hci_op, sizeof(*set_data)); in hci_set_ad()
554 return bt_hci_cmd_send_sync(hci_op, buf, NULL); in hci_set_ad()
557 static int hci_set_adv_ext_complete(struct bt_le_ext_adv *adv, uint16_t hci_op, in hci_set_adv_ext_complete() argument
573 buf = bt_hci_cmd_create(hci_op, cmd_size); in hci_set_adv_ext_complete()
592 return bt_hci_cmd_send_sync(hci_op, buf, NULL); in hci_set_adv_ext_complete()
595 static int hci_set_adv_ext_fragmented(struct bt_le_ext_adv *adv, uint16_t hci_op, in hci_set_adv_ext_fragmented() argument
613 buf = bt_hci_cmd_create(hci_op, cmd_size); in hci_set_adv_ext_fragmented()
634 err = bt_hci_cmd_send_sync(hci_op, buf, NULL); in hci_set_adv_ext_fragmented()
645 static int hci_set_ad_ext(struct bt_le_ext_adv *adv, uint16_t hci_op, in hci_set_ad_ext() argument
[all …]