Searched refs:ncmd (Results 1 – 15 of 15) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | hci_common.c | 45 cc->ncmd = 1U; in bt_hci_cmd_complete_create() 70 cs->ncmd = 1U; in bt_hci_cmd_status_create()
|
| D | hci_core.c | 2484 uint8_t status, ncmd; in hci_cmd_complete() local 2488 ncmd = evt->ncmd; in hci_cmd_complete() 2510 if (ncmd) { in hci_cmd_complete() 2520 uint8_t ncmd; in hci_cmd_status() local 2524 ncmd = evt->ncmd; in hci_cmd_status() 2531 if (ncmd) { in hci_cmd_status()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
| D | peer.c | 86 uint8_t status, ncmd; in handle_cmd_complete() local 99 ncmd = evt->ncmd; in handle_cmd_complete() 107 ncmd = evt->ncmd; in handle_cmd_complete() 124 if (ncmd) { in handle_cmd_complete()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
| D | main.c | 87 uint8_t status, ncmd; in handle_cmd_complete() local 100 ncmd = evt->ncmd; in handle_cmd_complete() 108 ncmd = evt->ncmd; in handle_cmd_complete() 127 if (ncmd) { in handle_cmd_complete()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
| D | main.c | 90 uint8_t status, ncmd; in handle_cmd_complete() local 103 ncmd = evt->ncmd; in handle_cmd_complete() 111 ncmd = evt->ncmd; in handle_cmd_complete() 130 if (ncmd) { in handle_cmd_complete()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
| D | main.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/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
| D | main.c | 95 uint8_t status, ncmd; in handle_cmd_complete() local 108 ncmd = evt->ncmd; in handle_cmd_complete() 116 ncmd = evt->ncmd; in handle_cmd_complete() 135 if (ncmd) { in handle_cmd_complete()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
| D | tester.c | 79 uint8_t status, ncmd; in handle_cmd_complete() local 93 ncmd = evt->ncmd; in handle_cmd_complete() 101 ncmd = evt->ncmd; in handle_cmd_complete() 120 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/src/ |
| D | main.c | 386 .ncmd = 1, in main()
|
| /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/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 | 2838 uint8_t ncmd; member 2849 uint8_t ncmd; member
|