Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 42) sorted by relevance

12

/tests/bluetooth/hci_prop_evt/src/
A Dmain.c41 uint16_t opcode; /* HCI command opcode */ member
58 static void *cmd_complete(struct net_buf **buf, uint8_t plen, uint16_t opcode) in cmd_complete()
71 static int cmd_handle_helper(uint16_t opcode, struct net_buf *cmd, in cmd_handle_helper()
102 uint16_t opcode; in cmd_handle() local
124 uint8_t len, uint16_t opcode) in generic_success()
138 uint8_t len, uint16_t opcode) in read_local_features()
149 uint8_t len, uint16_t opcode) in read_supported_commands()
160 uint8_t len, uint16_t opcode) in le_read_local_features()
171 uint8_t len, uint16_t opcode) in le_read_supp_states()
/tests/bluetooth/controller/ctrl_unsupported/src/
A Dmain.c66 static void lt_tx_pdu_and_rx_unknown_rsp(enum helper_pdu_opcode opcode) in lt_tx_pdu_and_rx_unknown_rsp()
113 static void lt_tx_undef_opcode_and_rx_unknown_rsp(uint8_t opcode) in lt_tx_undef_opcode_and_rx_unknown_rsp()
232 for (uint16_t opcode = 0x30; opcode < 0x100; opcode++) { in ZTEST() local
247 for (uint16_t opcode = 0x30; opcode < 0x100; opcode++) { in ZTEST() local
/tests/bluetooth/host_long_adv_recv/src/
A Dmain.c51 uint16_t opcode; /* HCI command opcode */ member
87 static void *cmd_complete(struct net_buf **buf, uint8_t plen, uint16_t opcode) in cmd_complete()
101 static int cmd_handle_helper(uint16_t opcode, struct net_buf *cmd, struct net_buf **evt, in cmd_handle_helper()
131 uint16_t opcode; in cmd_handle() local
152 static void generic_success(struct net_buf *buf, struct net_buf **evt, uint8_t len, uint16_t opcode) in generic_success()
166 uint16_t opcode) in read_local_features()
177 uint16_t opcode) in read_supported_commands()
188 uint16_t opcode) in le_read_local_features()
199 uint16_t opcode) in le_read_supp_states()
/tests/bluetooth/tester/src/
A Dbtp.c77 static const struct btp_handler *find_btp_handler(uint8_t service, uint8_t opcode) in find_btp_handler()
288 static void tester_send_with_index(uint8_t service, uint8_t opcode, uint8_t index, in tester_send_with_index()
306 static void tester_rsp_with_index(uint8_t service, uint8_t opcode, uint8_t index, in tester_rsp_with_index()
323 void tester_event(uint8_t service, uint8_t opcode, const void *data, size_t len) in tester_event()
332 void tester_rsp_full(uint8_t service, uint8_t opcode, const void *rsp, size_t len) in tester_rsp_full()
350 void tester_rsp(uint8_t service, uint8_t opcode, uint8_t status) in tester_rsp()
/tests/bluetooth/controller/common/src/
A Dhelper_util.c405 void lt_tx_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in lt_tx_real()
455 void lt_rx_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in lt_rx_real()
481 void ut_rx_pdu_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in ut_rx_pdu_real()
503 void ut_rx_node_real(const char *file, uint32_t line, enum helper_node_opcode opcode, in ut_rx_node_real()
529 void encode_pdu(enum helper_pdu_opcode opcode, struct pdu_data *pdu, void *param) in encode_pdu()
/tests/bluetooth/controller/ctrl_invalid/src/
A Dmain.c63 static void lt_tx_invalid_pdu_size(enum helper_pdu_opcode opcode, int adj_size) in lt_tx_invalid_pdu_size()
/tests/bluetooth/tester/src/btp/
A Dbttester.h47 uint8_t opcode; member
/tests/bluetooth/host/id/bt_setup_public_id_addr/src/
A Dmain.c61 static int bt_hci_cmd_send_sync_custom_fake(uint16_t opcode, struct net_buf *buf, in bt_hci_cmd_send_sync_custom_fake()
A Dtest_suite_bt_settings_enabled.c71 static int bt_hci_cmd_send_sync_custom_fake(uint16_t opcode, struct net_buf *buf, in bt_hci_cmd_send_sync_custom_fake()
A Dtest_suite_bt_privacy_enabled.c45 static int bt_hci_cmd_send_sync_custom_fake(uint16_t opcode, struct net_buf *buf, in bt_hci_cmd_send_sync_custom_fake()
/tests/bluetooth/host/id/bt_id_init/src/
A Dtest_suite_setup_public_identity.c36 static int bt_hci_cmd_send_sync_custom_fake(uint16_t opcode, struct net_buf *buf, in bt_hci_cmd_send_sync_custom_fake()
A Dtest_suite_setup_static_random_identity.c42 static int bt_hci_cmd_send_sync_custom_fake(uint16_t opcode, struct net_buf *buf, in bt_hci_cmd_send_sync_custom_fake()
/tests/bluetooth/host/id/mocks/
A Dhci_core_expects.c54 void expect_single_call_bt_hci_cmd_send_sync(uint16_t opcode) in expect_single_call_bt_hci_cmd_send_sync()
/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
A Dpeer.c60 static struct net_buf *create_cmd(uint16_t opcode, uint8_t param_len) in create_cmd()
85 uint16_t opcode; in handle_cmd_complete() local
277 static void send_cmd(uint16_t opcode, struct net_buf *cmd, struct net_buf **rsp) in send_cmd()
349 static void set_event_mask(uint16_t opcode) in set_event_mask()
/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
A Dmain.c62 static struct net_buf *create_cmd(uint16_t opcode, uint8_t param_len) in create_cmd()
87 uint16_t opcode; in handle_cmd_complete() local
301 static void send_cmd(uint16_t opcode, struct net_buf *cmd, struct net_buf **rsp) in send_cmd()
397 static void set_event_mask(uint16_t opcode) in set_event_mask()
/tests/bsim/bluetooth/host/l2cap/split/tester/src/
A Dmain.c52 static struct net_buf *create_cmd(uint16_t opcode, uint8_t param_len) in create_cmd()
77 uint16_t opcode; in handle_cmd_complete() local
304 static void send_cmd(uint16_t opcode, struct net_buf *cmd, struct net_buf **rsp) in send_cmd()
400 static void set_event_mask(uint16_t opcode) in set_event_mask()
/tests/bsim/bluetooth/host/att/sequential/tester/src/
A Dmain.c64 static struct net_buf *create_cmd(uint16_t opcode, uint8_t param_len) in create_cmd()
89 uint16_t opcode; in handle_cmd_complete() local
324 static void send_cmd(uint16_t opcode, struct net_buf *cmd, struct net_buf **rsp) in send_cmd()
420 static void set_event_mask(uint16_t opcode) in set_event_mask()
/tests/bsim/bluetooth/host/att/pipeline/tester/src/
A Dmain.c69 static struct net_buf *create_cmd(uint16_t opcode, uint8_t param_len) in create_cmd()
94 uint16_t opcode; in handle_cmd_complete() local
347 static void send_cmd(uint16_t opcode, struct net_buf *cmd, struct net_buf **rsp) in send_cmd()
443 static void set_event_mask(uint16_t opcode) in set_event_mask()
/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
A Dtester.c53 static struct net_buf *create_cmd(uint16_t opcode, uint8_t param_len) in create_cmd()
78 uint16_t opcode; in handle_cmd_complete() local
315 static void send_cmd(uint16_t opcode, struct net_buf *cmd, struct net_buf **rsp) in send_cmd()
411 static void set_event_mask(uint16_t opcode) in set_event_mask()
/tests/bluetooth/host/id/bt_id_read_public_addr/src/
A Dmain.c65 static int bt_hci_cmd_send_sync_custom_fake(uint16_t opcode, struct net_buf *buf, in bt_hci_cmd_send_sync_custom_fake()
/tests/bluetooth/tester/src/audio/btp/
A Dbtp_mcs.h21 uint8_t opcode; member
/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
A Dmain.c94 static struct net_buf *hci_cmd_create(uint16_t opcode, uint8_t param_len) in hci_cmd_create()
149 static int send_hci_command(uint16_t opcode, uint8_t param_len, uint16_t response) in send_hci_command()
214 uint16_t opcode = sys_le16_to_cpu(evt->opcode); in command_complete() local
245 uint16_t opcode = sys_le16_to_cpu(evt->opcode); in command_status() local
760 uint16_t opcode; in main() local
/tests/bluetooth/audio/ascs/include/
A Dtest_common.h31 uint8_t opcode; member
/tests/boards/mec172xevb_assy6906/qspi/src/
A Dmain.c123 static int spi_flash_read_status(const struct device *dev, uint8_t opcode, uint8_t *status) in spi_flash_read_status()
158 static int spi_flash_write_status(const struct device *dev, uint8_t opcode, uint8_t spi_status) in spi_flash_write_status()
184 static int spi_flash_tx_one_byte_cmd(const struct device *dev, uint8_t opcode) in spi_flash_tx_one_byte_cmd()
/tests/bluetooth/host/id/bt_setup_random_id_addr/src/
A Dmain.c54 static int bt_hci_cmd_send_sync_custom_fake(uint16_t opcode, struct net_buf *buf, in bt_hci_cmd_send_sync_custom_fake()

Completed in 108 milliseconds

12