Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dhci.h79 int bt_hci_cmd_send(uint16_t opcode, struct net_buf *buf);
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/src/
Dmain.c77 err = bt_hci_cmd_send(BT_HCI_OP_VS_SET_SCAN_REQ_REPORTS, buf); in enable_legacy_adv_scan_request_event()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ifx_cyw208xx.c352 bt_hci_cmd_send(opcode, buf); in wiced_bt_dev_vendor_specific_command()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c258 err = bt_hci_cmd_send(BT_HCI_OP_HOST_NUM_COMPLETED_PACKETS, buf); in bt_send_one_host_num_completed_packets()
340 int bt_hci_cmd_send(uint16_t opcode, struct net_buf *buf) in bt_hci_cmd_send() function
1849 bt_hci_cmd_send(BT_HCI_OP_LE_CONN_PARAM_REQ_NEG_REPLY, buf); in le_conn_param_neg_reply()
1872 return bt_hci_cmd_send(BT_HCI_OP_LE_CONN_PARAM_REQ_REPLY, buf); in le_conn_param_req_reply()
2339 bt_hci_cmd_send(BT_HCI_OP_LE_LTK_REQ_NEG_REPLY, buf); in le_ltk_neg_reply()
2358 bt_hci_cmd_send(BT_HCI_OP_LE_LTK_REQ_REPLY, buf); in le_ltk_reply()