Home
last modified time | relevance | path

Searched refs:ncmd (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_common.c45 cc->ncmd = 1U; in bt_hci_cmd_complete_create()
70 cs->ncmd = 1U; in bt_hci_cmd_status_create()
Dhci_core.c2484 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/
Dpeer.c86 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/
Dmain.c87 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/
Dmain.c90 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/
Dmain.c78 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/
Dmain.c95 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/
Dtester.c79 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/
Dhci_stm32wb0.c136 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/
Dmain.c386 .ncmd = 1, in main()
/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/tests/bluetooth/hci_prop_evt/src/
Dmain.c65 cc->ncmd = 1U; in cmd_complete()
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-tools.rst194 Reset (0x03|0x0003) ncmd 1
198 Read Local Supported Features (0x04|0x0003) ncmd 1
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c94 cc->ncmd = 1U; in cmd_complete()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2838 uint8_t ncmd; member
2849 uint8_t ncmd; member