Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c364 .cc = {.ncmd = 1, .opcode = sys_cpu_to_le16(BT_OP_NOP)},
/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c387 .opcode = sys_cpu_to_le16(BT_OP_NOP), in main()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ambiq.c170 case BT_OP_NOP: in hci_event_filter()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h368 #define BT_OP_NOP 0x0000 macro