Searched refs:hci_op (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | adv.c | 535 static int hci_set_ad(uint16_t hci_op, const struct bt_ad *ad, size_t ad_len) in hci_set_ad() argument 541 buf = bt_hci_cmd_create(hci_op, sizeof(*set_data)); in hci_set_ad() 556 return bt_hci_cmd_send_sync(hci_op, buf, NULL); in hci_set_ad() 559 static int hci_set_adv_ext_complete(struct bt_le_ext_adv *adv, uint16_t hci_op, in hci_set_adv_ext_complete() argument 575 buf = bt_hci_cmd_create(hci_op, cmd_size); in hci_set_adv_ext_complete() 594 return bt_hci_cmd_send_sync(hci_op, buf, NULL); in hci_set_adv_ext_complete() 597 static int hci_set_adv_ext_fragmented(struct bt_le_ext_adv *adv, uint16_t hci_op, in hci_set_adv_ext_fragmented() argument 615 buf = bt_hci_cmd_create(hci_op, cmd_size); in hci_set_adv_ext_fragmented() 636 err = bt_hci_cmd_send_sync(hci_op, buf, NULL); in hci_set_adv_ext_fragmented() 647 static int hci_set_ad_ext(struct bt_le_ext_adv *adv, uint16_t hci_op, in hci_set_ad_ext() argument [all …]
|