Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dhci_common.c36 cc->ncmd = 1U; in bt_hci_cmd_complete_create()
51 cs->ncmd = 1U; in bt_hci_cmd_status_create()
Dhci_ecc.c90 evt->ncmd = 1U; in send_cmd_status()
Dhci_core.c2474 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/
Dpeer.c85 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/
Dmain.c84 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/
Dmain.c88 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/
Dmain.c92 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/
Dmain.c76 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/
Dtester.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/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_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.c386 .ncmd = 1, in main()
/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.h2784 uint8_t ncmd; member
2795 uint8_t ncmd; member