/btstack/src/classic/ |
H A D | sdp_util.c | 77 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 D | obex_message_builder.c | 105 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 D | hid_host.c | 1080 … 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 D | avrcp_browsing.c | 200 static avrcp_frame_type_t avrcp_get_frame_type(uint8_t header){ in avrcp_get_frame_type()
|
/btstack/platform/windows/ |
H A D | btstack_tlv_windows.c | 76 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 D | hci_dump_windows_fs.c | 105 } header; in hci_dump_windows_fs_log_packet() local
|
/btstack/platform/posix/ |
H A D | btstack_tlv_posix.c | 79 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 D | hci_dump_posix_fs.c | 119 } header; in hci_dump_posix_fs_log_packet() local
|
/btstack/chipset/em9301/ |
H A D | convert_emp.py | 13 header = '''/** variable
|
/btstack/chipset/da145xx/ |
H A D | convert_hex_files.py | 17 header = ''' variable
|
/btstack/chipset/atwilc3000/ |
H A D | convert_firmware_bin.py | 12 header = ''' variable
|
/btstack/tool/ |
H A D | bluetooth_gatt.py | 20 header = ''' variable
|
H A D | bluetooth_data_types.py | 21 header = '''/** variable
|
H A D | bluetooth_psm.py | 24 header = ''' variable
|
H A D | bluetooth_company_id.py | 26 header = ''' variable
|
H A D | bluetooth_sdp.py | 22 header = '''/** variable
|
/btstack/3rd-party/lc3-google/python/tools/ |
H A D | decoder.py | 50 header = struct.unpack('=HHHHHHHI', f_lc3.read(18)) variable
|
/btstack/test/lc3/ |
H A D | lc3_encoder.c | 151 uint8_t header[18]; in main() local
|
/btstack/platform/embedded/ |
H A D | hci_dump_segger_rtt_binary.c | 78 } header; in hci_dump_segger_rtt_binary_log_packet() local
|
/btstack/test/hfp/ |
H A D | pklg_cvsd_test.c | 106 uint8_t header[13]; in process_file() local
|
/btstack/test/sbc/ |
H A D | pklg_msbc_test.c | 124 uint8_t header[13]; in process_file() local
|
/btstack/src/ |
H A D | hci_transport_h5.c | 229 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 D | le_audio_demo_util_sink.c | 358 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 D | wave.c | 151 } header; in wave_write_header() local
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/ |
H A D | r_fmi_api.h | 74 fmi_header_t header; member
|