Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 16 of 16) sorted by relevance

/btstack/src/
H A Dbtstack_util.c259 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 Dhfp.c1306 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 Davrcp_browsing_controller.c308 static void avrcp_browsing_parser_process_byte(uint8_t byte, avrcp_browsing_connection_t * connecti… in avrcp_browsing_parser_process_byte()
H A Dhid_host.c133 static bool hid_descriptor_storage_store(hid_host_connection_t * connection, uint8_t byte){ in hid_descriptor_storage_store()
H A Dhfp_hf.c1524 static int hfp_parser_is_end_of_line(uint8_t byte){ in hfp_parser_is_end_of_line()
H A Davrcp_controller.c484 static void avrcp_parser_process_byte(uint8_t byte, avrcp_connection_t * connection, avrcp_command_… in avrcp_parser_process_byte()
H A Dhfp_ag.c2405 static int hfp_parser_is_end_of_line(uint8_t byte){ in hfp_parser_is_end_of_line()
/btstack/platform/embedded/
H A Dhci_dump_segger_rtt_stdout.c103 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 Dbsp_module_stop.c81 uint8_t byte; ///< Byte access for comparison member
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmpv3_mbedtls.c82 u8_t byte; in snmpv3_auth() local
/btstack/3rd-party/yxml/
H A Dyxml.h110 uint64_t byte; member
/btstack/3rd-party/lc3-google/src/
H A Dbits.c159 static inline void ac_put(struct lc3_bits_buffer *buffer, int byte) in ac_put()
/btstack/src/le-audio/
H A Dbroadcast_audio_uri_builder.c49 uint8_t byte = data[i]; in broadcast_audio_uri_builder_string_hexdump() local
/btstack/3rd-party/lwip/core/src/apps/mdns/
H A Dmdns_domain.c398 u8_t byte = ptr[i]; in mdns_build_reverse_v6_domain() local
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dpppos.c139 ppp_get_fcs(u8_t byte) in ppp_get_fcs()
/btstack/src/ble/gatt-service/
H A Dhids_client.c163 … hids_client_descriptor_storage_store(hids_client_t * client, uint8_t service_index, uint8_t byte){ in hids_client_descriptor_storage_store()