Searched defs:byte (Results 1 – 16 of 16) sorted by relevance
/btstack/src/ |
H A D | btstack_util.c | 259 uint8_t byte = *ptr++; in printf_hexdump() local 284 uint8_t byte = ((uint8_t *)data)[i]; in log_hexdump() local 329 uint8_t byte = key[i]; in log_info_key() local 363 uint8_t byte = uuid[i]; in uuid128_to_str() local 378 uint8_t byte = addr[i]; in bd_addr_to_str_with_delimiter() local
|
/btstack/src/classic/ |
H A D | hfp.c | 1306 static void hfp_parser_store_byte(hfp_connection_t * hfp_connection, uint8_t byte){ in hfp_parser_store_byte() 1315 static int hfp_parser_is_end_of_line(uint8_t byte){ in hfp_parser_is_end_of_line() 1324 static void hfp_parser_store_if_token(hfp_connection_t * hfp_connection, uint8_t byte){ in hfp_parser_store_if_token() 1340 static bool hfp_parser_is_separator( uint8_t byte){ in hfp_parser_is_separator() 1355 static bool hfp_parse_byte(hfp_connection_t * hfp_connection, uint8_t byte, int isHandsFree){ in hfp_parse_byte() 1579 void hfp_parse(hfp_connection_t * hfp_connection, uint8_t byte, int isHandsFree){ in hfp_parse()
|
H A D | avrcp_browsing_controller.c | 308 static void avrcp_browsing_parser_process_byte(uint8_t byte, avrcp_browsing_connection_t * connecti… in avrcp_browsing_parser_process_byte()
|
H A D | hid_host.c | 133 static bool hid_descriptor_storage_store(hid_host_connection_t * connection, uint8_t byte){ in hid_descriptor_storage_store()
|
H A D | hfp_hf.c | 1524 static int hfp_parser_is_end_of_line(uint8_t byte){ in hfp_parser_is_end_of_line()
|
H A D | avrcp_controller.c | 484 static void avrcp_parser_process_byte(uint8_t byte, avrcp_connection_t * connection, avrcp_command_… in avrcp_parser_process_byte()
|
H A D | hfp_ag.c | 2405 static int hfp_parser_is_end_of_line(uint8_t byte){ in hfp_parser_is_end_of_line()
|
/btstack/platform/embedded/ |
H A D | hci_dump_segger_rtt_stdout.c | 103 uint8_t byte = *ptr++; in hci_dump_segger_rtt_hexdump() local
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/s1ja/ |
H A D | bsp_module_stop.c | 81 uint8_t byte; ///< Byte access for comparison member
|
/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmpv3_mbedtls.c | 82 u8_t byte; in snmpv3_auth() local
|
/btstack/3rd-party/yxml/ |
H A D | yxml.h | 110 uint64_t byte; member
|
/btstack/3rd-party/lc3-google/src/ |
H A D | bits.c | 159 static inline void ac_put(struct lc3_bits_buffer *buffer, int byte) in ac_put()
|
/btstack/src/le-audio/ |
H A D | broadcast_audio_uri_builder.c | 49 uint8_t byte = data[i]; in broadcast_audio_uri_builder_string_hexdump() local
|
/btstack/3rd-party/lwip/core/src/apps/mdns/ |
H A D | mdns_domain.c | 398 u8_t byte = ptr[i]; in mdns_build_reverse_v6_domain() local
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | pppos.c | 139 ppp_get_fcs(u8_t byte) in ppp_get_fcs()
|
/btstack/src/ble/gatt-service/ |
H A D | hids_client.c | 163 … hids_client_descriptor_storage_store(hids_client_t * client, uint8_t service_index, uint8_t byte){ in hids_client_descriptor_storage_store()
|