Home
last modified time | relevance | path

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

12

/btstack/src/classic/
H A Dsdp_util.c77 de_size_t de_get_size_type(const uint8_t *header){ in de_get_size_type()
81 de_type_t de_get_element_type(const uint8_t *header){ in de_get_element_type()
85 uint32_t de_get_header_size(const uint8_t * header){ in de_get_header_size()
93 uint32_t de_get_data_size(const uint8_t * header){ in de_get_data_size()
119 uint32_t de_get_len(const uint8_t *header){ in de_get_len()
124 uint32_t de_get_len_safe(const uint8_t * header, uint32_t size){ in de_get_len_safe()
180 static void de_store_descriptor(uint8_t * header, de_type_t type, de_size_t size){ in de_store_descriptor()
184 void de_store_descriptor_with_len(uint8_t * header, de_type_t type, de_size_t size, uint32_t len){ in de_store_descriptor_with_len()
204 void de_create_sequence(uint8_t *header){ in de_create_sequence()
H A Dobex_message_builder.c105 uint8_t header[2]; in obex_message_builder_header_add_byte() local
112 uint8_t header[5]; in obex_message_builder_header_add_word() local
119 uint8_t header[3]; in obex_message_builder_header_add_variable() local
130 uint8_t header[3]; in obex_message_builder_header_fillup_variable() local
324 uint8_t header[3]; in obex_message_builder_header_add_type() local
H A Dhid_host.c1080 … uint8_t header = (HID_MESSAGE_TYPE_SET_PROTOCOL << 4) | protocol_mode; in hid_host_packet_handler() local
1110 … uint8_t header = (HID_MESSAGE_TYPE_SET_PROTOCOL << 4) | connection->requested_protocol_mode; in hid_host_packet_handler() local
1120 … uint8_t header = (HID_MESSAGE_TYPE_GET_REPORT << 4) | connection->report_type; in hid_host_packet_handler() local
1134 … uint8_t header = (HID_MESSAGE_TYPE_SET_REPORT << 4) | connection->report_type; in hid_host_packet_handler() local
1151 uint8_t header = (HID_MESSAGE_TYPE_GET_PROTOCOL << 4); in hid_host_packet_handler() local
1166 uint8_t header = (HID_MESSAGE_TYPE_DATA << 4) | connection->report_type; in hid_host_packet_handler() local
H A Davrcp_browsing.c200 static avrcp_frame_type_t avrcp_get_frame_type(uint8_t header){ in avrcp_get_frame_type()
/btstack/platform/windows/
H A Dbtstack_tlv_windows.c76 uint8_t header[8]; in btstack_tlv_windows_append_tag() local
200 uint8_t header[BTSTACK_TLV_HEADER_LEN]; in btstack_tlv_windows_read_db() local
H A Dhci_dump_windows_fs.c105 } header; in hci_dump_windows_fs_log_packet() local
/btstack/platform/posix/
H A Dbtstack_tlv_posix.c79 uint8_t header[8]; in btstack_tlv_posix_append_tag() local
183 uint8_t header[BTSTACK_TLV_HEADER_LEN]; in btstack_tlv_posix_read_db() local
H A Dhci_dump_posix_fs.c119 } header; in hci_dump_posix_fs_log_packet() local
/btstack/chipset/em9301/
H A Dconvert_emp.py13 header = '''/** variable
/btstack/chipset/da145xx/
H A Dconvert_hex_files.py17 header = ''' variable
/btstack/chipset/atwilc3000/
H A Dconvert_firmware_bin.py12 header = ''' variable
/btstack/tool/
H A Dbluetooth_gatt.py20 header = ''' variable
H A Dbluetooth_data_types.py21 header = '''/** variable
H A Dbluetooth_psm.py24 header = ''' variable
H A Dbluetooth_company_id.py26 header = ''' variable
H A Dbluetooth_sdp.py22 header = '''/** variable
/btstack/3rd-party/lc3-google/python/tools/
H A Ddecoder.py50 header = struct.unpack('=HHHHHHHI', f_lc3.read(18)) variable
/btstack/test/lc3/
H A Dlc3_encoder.c151 uint8_t header[18]; in main() local
/btstack/platform/embedded/
H A Dhci_dump_segger_rtt_binary.c78 } header; in hci_dump_segger_rtt_binary_log_packet() local
/btstack/test/hfp/
H A Dpklg_cvsd_test.c106 uint8_t header[13]; in process_file() local
/btstack/test/sbc/
H A Dpklg_msbc_test.c124 uint8_t header[13]; in process_file() local
/btstack/src/
H A Dhci_transport_h5.c229 static void hci_transport_link_calc_header(uint8_t * header, in hci_transport_link_calc_header()
302 uint8_t header[4]; in hci_transport_link_send_ack_packet() local
/btstack/example/
H A Dle_audio_demo_util_sink.c358 uint16_t header = little_endian_read_16(packet, 0); in le_audio_demo_util_sink_count() local
637 uint16_t header = little_endian_read_16(packet, 0); in le_audio_demo_util_sink_receive() local
/btstack/3rd-party/lc3-google/tools/
H A Dwave.c151 } header; in wave_write_header() local
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_fmi_api.h74 fmi_header_t header; member

12