/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_common.c | 36 cc->ncmd = 1U; in bt_hci_cmd_complete_create() 51 cs->ncmd = 1U; in bt_hci_cmd_status_create()
|
D | hci_ecc.c | 90 evt->ncmd = 1U; in send_cmd_status()
|
D | hci_core.c | 2474 uint8_t status, ncmd; in hci_cmd_complete() local 2478 ncmd = evt->ncmd; in hci_cmd_complete() 2500 if (ncmd) { in hci_cmd_complete() 2510 uint8_t ncmd; in hci_cmd_status() local 2514 ncmd = evt->ncmd; in hci_cmd_status() 2521 if (ncmd) { in hci_cmd_status()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
D | peer.c | 85 uint8_t status, ncmd; in handle_cmd_complete() local 98 ncmd = evt->ncmd; in handle_cmd_complete() 106 ncmd = evt->ncmd; in handle_cmd_complete() 123 if (ncmd) { in handle_cmd_complete()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
D | main.c | 84 uint8_t status, ncmd; in handle_cmd_complete() local 97 ncmd = evt->ncmd; in handle_cmd_complete() 105 ncmd = evt->ncmd; in handle_cmd_complete() 124 if (ncmd) { in handle_cmd_complete()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
D | main.c | 88 uint8_t status, ncmd; in handle_cmd_complete() local 101 ncmd = evt->ncmd; in handle_cmd_complete() 109 ncmd = evt->ncmd; in handle_cmd_complete() 128 if (ncmd) { in handle_cmd_complete()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
D | main.c | 92 uint8_t status, ncmd; in handle_cmd_complete() local 105 ncmd = evt->ncmd; in handle_cmd_complete() 113 ncmd = evt->ncmd; in handle_cmd_complete() 132 if (ncmd) { in handle_cmd_complete()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 76 uint8_t status, ncmd; in handle_cmd_complete() local 90 ncmd = evt->ncmd; in handle_cmd_complete() 98 ncmd = evt->ncmd; in handle_cmd_complete() 117 if (ncmd) { in handle_cmd_complete()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | tester.c | 78 uint8_t status, ncmd; in handle_cmd_complete() local 92 ncmd = evt->ncmd; in handle_cmd_complete() 100 ncmd = evt->ncmd; in handle_cmd_complete() 119 if (ncmd) { in handle_cmd_complete()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_stm32wb0.c | 136 params->ncmd = 1; in check_legacy_extended_call() 144 params->ncmd = 1; in check_legacy_extended_call() 187 params->ncmd = 1; in process_command()
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/ |
D | hci_uart_async.c | 364 .cc = {.ncmd = 1, .opcode = sys_cpu_to_le16(BT_OP_NOP)},
|
/Zephyr-latest/samples/bluetooth/hci_uart/src/ |
D | main.c | 386 .ncmd = 1, in main()
|
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/ |
D | main.c | 65 cc->ncmd = 1U; in cmd_complete()
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-tools.rst | 194 Reset (0x03|0x0003) ncmd 1 198 Read Local Supported Features (0x04|0x0003) ncmd 1
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 94 cc->ncmd = 1U; in cmd_complete()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 2784 uint8_t ncmd; member 2795 uint8_t ncmd; member
|