Searched defs:opcode (Results 26 – 39 of 39) sorted by relevance
12
/btstack/test/gatt_server/ |
H A D | mock.c | 221 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/src/classic/ |
H A D | obex_message_builder.c | 152 … uint8_t obex_message_builder_create_connect(uint8_t * buffer, uint16_t buffer_len, uint8_t opcode, in obex_message_builder_create_connect()
|
H A D | avrcp_controller.c | 76 … avrcp_command_opcode_t opcode, avrcp_command_type_t command_type, in avrcp_controller_custom_command_data_init() 939 uint8_t opcode = packet[pos++]; in avrcp_handle_l2cap_data_packet_for_signaling_connection() local
|
H A D | goep_client.c | 451 static void goep_client_packet_init(goep_client_t *goep_client, uint8_t opcode) { in goep_client_packet_init()
|
/btstack/src/mesh/ |
H A D | mesh_lower_transport.c | 829 uint8_t opcode = lower_transport_pdu[0]; in mesh_lower_transport_process_unsegmented_control_message() local
|
H A D | mesh_configuration_server.c | 1038 uint16_t opcode; in config_model_subscription_list() local 1352 uint16_t opcode; in config_model_app_list() local
|
H A D | mesh.c | 1176 uint8_t opcode = mesh_pdu_control_opcode(pdu); in mesh_control_message_handler() local
|
/btstack/src/ |
H A D | hci_cmd.h | 84 uint16_t opcode; member
|
/btstack/src/ble/ |
H A D | att_server.c | 869 uint8_t opcode = packet[0u]; in att_server_handle_att_pdu() local
|
H A D | sm.c | 1030 void sm_cmac_signed_write_start(const sm_key_t k, uint8_t opcode, hci_con_handle_t con_handle, uint… in sm_cmac_signed_write_start()
|
H A D | gatt_client.c | 438 …(gatt_client_t *gatt_client, uint16_t num_value_handles, uint16_t *value_handles, uint8_t opcode) { in att_read_multiple_request_with_opcode()
|
/btstack/chipset/sx128x/ |
H A D | ll_sx1280.c | 1109 uint8_t opcode = rx_packet->payload[0]; in ll_handle_control() local
|
/btstack/port/nrf5-cinnamon/port/ |
H A D | ll_nrf5.c | 1099 uint8_t opcode = rx_packet->payload[0]; in ll_connected_handle_control() local
|
/btstack/test/mesh/ |
H A D | mesh_message_test.cpp | 516 uint8_t opcode = transport_pdu_data[0]; in test_send_control_message() local
|
12