Home
last modified time | relevance | path

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

12

/btstack/src/mesh/
H A Dmesh_access.c212 static void mesh_access_acknowledged_received(uint16_t rx_src, uint32_t opcode){ in mesh_access_acknowledged_received()
499 static int mesh_access_get_opcode(uint8_t * buffer, uint16_t buffer_size, uint32_t * opcode, uint16… in mesh_access_get_opcode()
522 int mesh_access_pdu_get_opcode(mesh_pdu_t * pdu, uint32_t * opcode, uint16_t * opcode_size){ in mesh_access_pdu_get_opcode()
613 static int mesh_access_setup_opcode(uint8_t * buffer, uint32_t opcode){ in mesh_access_setup_opcode()
629 void mesh_access_message_init(mesh_upper_transport_builder_t * builder, uint32_t opcode) { in mesh_access_message_init()
726 …st mesh_operation_t * mesh_model_lookup_operation_by_opcode(mesh_model_t * model, uint32_t opcode){ in mesh_model_lookup_operation_by_opcode()
739 uint32_t opcode = 0; in mesh_model_lookup_operation() local
780 uint32_t opcode = 0; in mesh_access_message_process_handler() local
H A Dmesh_access.h115 uint32_t opcode; member
121 uint32_t opcode; member
H A Dmesh_upper_transport.c774 uint8_t opcode = network_pdu->data[9]; in mesh_upper_transport_send_unsegmented_control_pdu() local
1178 …u_t * network_pdu, uint16_t netkey_index, uint8_t ttl, uint16_t src, uint16_t dest, uint8_t opcode, in mesh_upper_transport_setup_unsegmented_control_pdu()
1199 …du_t * upper_pdu, uint16_t netkey_index, uint8_t ttl, uint16_t src, uint16_t dest, uint8_t opcode){ in mesh_upper_transport_setup_segmented_control_pdu_header()
H A Dmesh_proxy.c349 mesh_proxy_configuration_message_opcode_t opcode; in proxy_configuration_message_handler() local
H A Dmesh_node.h118 uint32_t opcode; member
H A Dmesh_health_server.c122 static mesh_pdu_t * health_fault_status(mesh_model_t * mesh_model, uint32_t opcode, uint16_t compan… in health_fault_status()
/btstack/chipset/cinnamon/
H A Dcontroller.c82 static void send_command_complete(uint16_t opcode, uint8_t status, const uint8_t * result, uint16_t… in send_command_complete()
89 static void fake_command_complete(uint16_t opcode){ in fake_command_complete()
104 uint16_t opcode = little_endian_read_16(packet, 0); in controller_handle_hci_command() local
/btstack/src/classic/
H A Dobex_parser.c55 static uint16_t obex_parser_param_size_for_request(uint8_t opcode){ in obex_parser_param_size_for_request()
66 static uint16_t obex_parser_param_size_for_response(uint8_t opcode){ in obex_parser_param_size_for_response()
87 void obex_parser_init_for_response(obex_parser_t * obex_parser, uint8_t opcode, obex_parser_callbac… in obex_parser_init_for_response()
H A Dobex_parser.h93 uint8_t opcode; member
108 uint8_t opcode; member
H A Dobex_iterator.c59 static int obex_packet_header_offset_for_opcode(uint8_t opcode){ in obex_packet_header_offset_for_opcode()
H A Davrcp_target.c485 avrcp_command_opcode_t opcode, avrcp_command_type_t command_type, in avrcp_target_custom_command_data_init()
1068 avrcp_command_opcode_t opcode = (avrcp_command_opcode_t) avrcp_cmd_opcode(packet,size); in avrcp_handle_l2cap_data_packet_for_signaling_connection() local
/btstack/chipset/realtek/
H A Dbtstack_chipset_realtek.c79 #define HCI_CMD_SET_OPCODE(buf, opcode) little_endian_store_16(buf, 0, opcode) argument
119 uint8_t opcode; member
125 uint32_t opcode; member
395 uint16_t opcode = hci_event_command_complete_get_command_opcode(packet); in hci_packet_handler() local
542 uint8_t opcode; in rtk_get_fw_project_id() local
604 uint32_t opcode, uint32_t *patch_len, uint8_t *sec_flag) in insert_patch()
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/interface/patterns/ble_thread/tl/
H A Dhci_tl.c145 uint16_t opcode; in hci_send_req() local
233 static void SendCmd(uint16_t opcode, uint8_t plen, void *param) in SendCmd()
/btstack/test/gap/
H A Dhci_test.cpp582 static void simulate_hci_command_complete(uint16_t opcode, uint8_t status, uint8_t variant) { in simulate_hci_command_complete()
614 uint16_t opcode; in TEST() member
630 uint16_t opcode = variations[i].opcode; in TEST() local
647 static void simulate_hci_command_status(uint16_t opcode, uint8_t status, uint8_t variant) { in simulate_hci_command_status()
663 uint16_t opcode; in TEST() member
675 uint16_t opcode = variations[i].opcode; in TEST() local
/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c121 init_packet(u16_t opcode, u16_t extra, size_t size) in init_packet()
136 send_request(const ip_addr_t *addr, u16_t port, u16_t opcode, const char* fname, const char* mode) in send_request()
246 int opcode; in recv() local
/btstack/src/le-audio/gatt-service/
H A Dbroadcast_audio_scan_service_client.c150 …an_operation_complete(bass_client_connection_t * connection, uint8_t status, bass_opcode_t opcode){ in bass_client_emit_scan_operation_complete()
164 …n_complete(bass_client_connection_t * connection, uint8_t status, bass_opcode_t opcode, uint8_t so… in bass_client_emit_source_operation_complete()
H A Dbroadcast_audio_scan_service_server.c412 bass_opcode_t opcode = (bass_opcode_t)connection->long_write_buffer[0]; in bass_server_write_callback() local
/btstack/chipset/cc256x/
H A Dbtstack_chipset_cc256x.c291 uint16_t opcode = hci_cmd_buffer[0] | (hci_cmd_buffer[1] << 8); in update_init_script_command() local
/btstack/src/ble/
H A Datt_dispatch.c138 uint8_t opcode; in att_dispatch_handle_att_pdu() local
/btstack/port/mtk/LEScan/src/com/bluekitchen/lescan/
H A DMainActivity.java551 int opcode = event.getCommandOpcode(); in trackRSSI() local
/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/
H A DUtil.java9 public static int opcode(int ogf, int ocf){ in opcode() method in Util
/btstack/test/mesh/
H A Dsimulator.py130 def emit_command_complete(self, opcode, result): argument
/btstack/src/
H A Dhci.c1687 uint16_t opcode = hci_write_local_name.opcode; in gap_run_set_local_name() local
1705 uint16_t opcode = hci_write_extended_inquiry_response.opcode; in gap_run_set_eir_data() local
2405 uint16_t opcode = little_endian_read_16(packet,3); in hci_initializing_event_handler_command_completed() local
2416 uint16_t opcode = little_endian_read_16(packet,4); in hci_initializing_event_handler_command_completed() local
2471 uint16_t opcode = little_endian_read_16(packet,3); in hci_initializing_event_handler() local
2484 uint16_t opcode = little_endian_read_16(packet,3); in hci_initializing_event_handler() local
2826 uint16_t opcode = hci_event_command_complete_get_command_opcode(packet); in handle_command_complete_event() local
3253 uint16_t opcode = hci_event_command_status_get_command_opcode(packet); in handle_command_status_event() local
7741 uint16_t opcode = little_endian_read_16(packet, 0); in hci_send_cmd_packet() local
/btstack/test/gatt_client/
H A Dmock.c203 void sm_cmac_signed_write_start(const sm_key_t key, uint8_t opcode, uint16_t attribute_handle, uint… in sm_cmac_signed_write_start()
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Detharp.c1114 const u16_t opcode)

12