Home
last modified time | relevance | path

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

12

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_hs_test_util_hci.c117 uint16_t opcode) in ble_hs_test_util_hci_build_cmd_complete()
130 uint16_t opcode) in ble_hs_test_util_hci_build_cmd_status()
144 uint16_t opcode, uint8_t status, void *params, uint8_t params_len) in ble_hs_test_util_hci_build_ack_params()
190 ble_hs_test_util_hci_ack_set_params(uint16_t opcode, uint8_t status, in ble_hs_test_util_hci_ack_set_params()
204 ble_hs_test_util_hci_ack_set(uint16_t opcode, uint8_t status) in ble_hs_test_util_hci_ack_set()
210 ble_hs_test_util_hci_ack_append_params(uint16_t opcode, uint8_t status, in ble_hs_test_util_hci_ack_append_params()
224 ble_hs_test_util_hci_ack_append(uint16_t opcode, uint8_t status) in ble_hs_test_util_hci_ack_append()
480 uint16_t opcode; in ble_hs_test_util_hci_verify_tx() local
H A Dble_hs_adv_test.c34 uint16_t opcode; in ble_hs_adv_test_misc_verify_tx_adv_data_hdr() local
47 uint16_t opcode; in ble_hs_adv_test_misc_verify_tx_rsp_data_hdr() local
H A Dble_hs_test_util_hci.h32 uint16_t opcode; member
H A Dble_hs_hci_test.c47 uint16_t opcode; in TEST_CASE() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_ctrl.c242 uint8_t *rspbuf, uint8_t opcode) in ble_ll_ctrl_conn_param_pdu_proc()
455 uint8_t opcode; in ble_ll_ctrl_proc_unk_rsp() local
1047 ble_ll_ctrl_enc_allowed_pdu(uint8_t llid, uint8_t len, uint8_t opcode) in ble_ll_ctrl_enc_allowed_pdu()
1085 uint8_t opcode; in ble_ll_ctrl_enc_allowed_pdu_rx() local
1105 uint8_t opcode; in ble_ll_ctrl_enc_allowed_pdu_tx() local
1125 uint8_t opcode; in ble_ll_ctrl_is_start_enc_rsp() local
1538 uint8_t opcode, uint8_t *rspdata) in ble_ll_ctrl_rx_reject_ind()
1687 uint8_t *rspbuf, uint8_t opcode) in ble_ll_ctrl_rx_feature_req()
1929 uint8_t opcode; in ble_ll_ctrl_proc_init() local
2022 ble_ll_ctrl_is_terminate_ind(uint8_t hdr, uint8_t opcode) in ble_ll_ctrl_is_terminate_ind()
[all …]
H A Dble_ll_hci.c118 uint16_t opcode; in ble_ll_hci_send_noop() local
1332 uint16_t opcode; in ble_ll_hci_cmd_proc() local
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_hci.c111 uint16_t opcode; in ble_hs_hci_rx_cmd_complete() local
154 uint16_t opcode; in ble_hs_hci_rx_cmd_status() local
284 ble_hs_hci_cmd_tx(uint16_t opcode, void *cmd, uint8_t cmd_len, in ble_hs_hci_cmd_tx()
328 ble_hs_hci_cmd_tx_empty_ack(uint16_t opcode, void *cmd, uint8_t cmd_len) in ble_hs_hci_cmd_tx_empty_ack()
H A Dble_monitor.c219 monitor_write_header(uint16_t opcode, uint16_t len) in monitor_write_header()
346 ble_monitor_send(uint16_t opcode, const void *data, size_t len) in ble_monitor_send()
359 ble_monitor_send_om(uint16_t opcode, const struct os_mbuf *om) in ble_monitor_send_om()
H A Dble_hs_dbg.c532 uint16_t opcode; in ble_hs_dbg_cmd_complete_disp() local
629 uint16_t opcode; in ble_hs_dbg_cmd_status_disp() local
H A Dble_sm_cmd.c28 ble_sm_cmd_get(uint8_t opcode, size_t len, struct os_mbuf **txom) in ble_sm_cmd_get()
H A Dble_l2cap_sig_cmd.c90 ble_l2cap_sig_cmd_get(uint8_t opcode, uint8_t id, uint16_t len, in ble_l2cap_sig_cmd_get()
H A Dble_monitor_priv.h53 uint16_t opcode; member
H A Dble_gap.c1815 uint16_t opcode; in ble_gap_adv_enable_tx() local
2162 uint16_t opcode; in ble_gap_adv_set_data() local
2196 uint16_t opcode; in ble_gap_adv_rsp_set_data() local
2506 uint16_t opcode; in ble_gap_ext_adv_start() local
2603 uint16_t opcode; in ble_gap_ext_adv_stop_no_lock() local
2694 ble_gap_ext_adv_set(uint8_t instance, uint16_t opcode, struct os_mbuf **data) in ble_gap_ext_adv_set()
2876 uint16_t opcode; in ble_gap_ext_adv_remove() local
H A Dble_hs_hci_cmd.c58 uint16_t opcode; in ble_hs_hci_cmd_write_hdr() local
69 ble_hs_hci_cmd_send(uint16_t opcode, uint8_t len, const void *cmddata) in ble_hs_hci_cmd_send()
102 ble_hs_hci_cmd_send_buf(uint16_t opcode, void *buf, uint8_t buf_len) in ble_hs_hci_cmd_send_buf()
H A Dble_att_cmd.c30 ble_att_cmd_prepare(uint8_t opcode, size_t len, struct os_mbuf *txom) in ble_att_cmd_prepare()
47 ble_att_cmd_get(uint8_t opcode, size_t len, struct os_mbuf **txom) in ble_att_cmd_get()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Daccess.c438 u16_t app_idx, u32_t opcode, in find_op()
470 static int get_opcode(struct os_mbuf *buf, u32_t *opcode) in get_opcode()
526 u32_t opcode; in bt_mesh_model_recv() local
593 void bt_mesh_model_msg_init(struct os_mbuf *msg, u32_t opcode) in bt_mesh_model_msg_init()
H A Dtesting.c69 void bt_test_mesh_prov_invalid_bearer(u8_t opcode) in bt_test_mesh_prov_invalid_bearer()
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_shell/src/
H A Dmain.c59 static void invalid_bearer_cb(u8_t opcode) in invalid_bearer_cb()
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_qspi.c220 nrfx_err_t nrfx_qspi_cinstr_quick_send(uint8_t opcode, in nrfx_qspi_cinstr_quick_send()
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/
H A Dbletest_hci.c360 uint16_t opcode; in bletest_hci_le_set_adv_data() local
636 uint16_t opcode; in bletest_hci_le_set_scan_rsp_data() local
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Duip_arp.c72 u16_t opcode; member
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/tftp/
H A Dtftp_server.c207 int opcode; in recv() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/tftp/
H A Dtftp_server.c207 int opcode; in recv() local
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_qspi.h216 uint8_t opcode; /**< Opcode used in custom instruction transmission. */ member
229 uint8_t opcode; /**< Opcode used to enter proper addressing mode. */ member
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Detharp.c1106 const u16_t opcode)

12