Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c247 buf = bt_hci_cmd_create(BT_HCI_OP_HOST_NUM_COMPLETED_PACKETS, in bt_send_one_host_num_completed_packets()
258 err = bt_hci_cmd_send(BT_HCI_OP_HOST_NUM_COMPLETED_PACKETS, buf); in bt_send_one_host_num_completed_packets()
354 if (opcode == BT_HCI_OP_HOST_NUM_COMPLETED_PACKETS) { in bt_hci_cmd_send()
2491 if (opcode == BT_HCI_OP_HOST_NUM_COMPLETED_PACKETS) { in hci_cmd_complete()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h755 #define BT_HCI_OP_HOST_NUM_COMPLETED_PACKETS BT_OP(BT_OGF_BASEBAND, 0x0035) /* 0x0c35 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c747 case BT_OCF(BT_HCI_OP_HOST_NUM_COMPLETED_PACKETS): in ctrl_bb_cmd_handle()