Home
last modified time | relevance | path

Searched defs:parser (Results 1 – 25 of 26) sorted by relevance

12

/btstack/src/le-audio/
H A Dle_audio_base_parser.c48 static void le_audio_base_parser_fetch_subgroup_info(le_audio_base_parser_t * parser){ in le_audio_base_parser_fetch_subgroup_info()
64 bool le_audio_base_parser_init(le_audio_base_parser_t * parser, const uint8_t * buffer, uint16_t si… in le_audio_base_parser_init()
125 uint32_t le_audio_base_parser_get_presentation_delay(le_audio_base_parser_t * parser){ in le_audio_base_parser_get_presentation_delay()
130 uint8_t le_audio_base_parser_subgroup_get_num_bis(le_audio_base_parser_t * parser){ in le_audio_base_parser_subgroup_get_num_bis()
135 uint8_t le_audio_base_parser_get_num_subgroups(le_audio_base_parser_t * parser){ in le_audio_base_parser_get_num_subgroups()
140 const uint8_t * le_audio_base_parser_subgroup_get_codec_id(le_audio_base_parser_t * parser){ in le_audio_base_parser_subgroup_get_codec_id()
145 …udio_base_parser_subgroup_get_codec_specific_configuration_length(le_audio_base_parser_t * parser){ in le_audio_base_parser_subgroup_get_codec_specific_configuration_length()
150 … * le_audio_base_parser_subgroup_get_codec_specific_configuration(le_audio_base_parser_t * parser){ in le_audio_base_parser_subgroup_get_codec_specific_configuration()
155 uint8_t le_audio_base_parser_subgroup_get_metadata_length(le_audio_base_parser_t * parser){ in le_audio_base_parser_subgroup_get_metadata_length()
160 const uint8_t * le_audio_base_subgroup_parser_get_metadata(le_audio_base_parser_t * parser){ in le_audio_base_subgroup_parser_get_metadata()
[all …]
/btstack/src/mesh/
H A Dmesh_configuration_server.c334 mesh_access_parser_state_t parser; in config_beacon_set_handler() local
370 mesh_access_parser_state_t parser; in config_default_ttl_set_handler() local
408 mesh_access_parser_state_t parser; in config_friend_set_handler() local
446 mesh_access_parser_state_t parser; in config_gatt_proxy_set_handler() local
488 mesh_access_parser_state_t parser; in config_relay_set_handler() local
533 mesh_access_parser_state_t parser; in config_model_network_transmit_set_handler() local
607 mesh_access_parser_state_t parser; in config_netkey_add_handler() local
692 mesh_access_parser_state_t parser; in config_netkey_update_handler() local
739 mesh_access_parser_state_t parser; in config_netkey_delete_handler() local
857 mesh_access_parser_state_t parser; in config_appkey_add_handler() local
[all …]
H A Dmesh_configuration_client.c958 mesh_access_parser_state_t parser; in mesh_configuration_client_handle_uint8_value() local
992 mesh_access_parser_state_t parser; in mesh_configuration_client_relay_handler() local
1017 mesh_access_parser_state_t parser; in mesh_configuration_client_model_publication_handler() local
1064 mesh_access_parser_state_t parser; in mesh_configuration_client_model_subscription_handler() local
1091 mesh_access_parser_state_t parser; in mesh_configuration_client_model_subscription_event() local
1140 mesh_access_parser_state_t parser; in mesh_configuration_client_netkey_handler() local
1158 mesh_access_parser_state_t parser; in mesh_configuration_client_netkey_list_handler() local
1184 mesh_access_parser_state_t parser; in mesh_configuration_client_appkey_handler() local
1210 mesh_access_parser_state_t parser; in mesh_configuration_client_appkey_list_handler() local
1238 mesh_access_parser_state_t parser; in mesh_configuration_client_node_identity_handler() local
[all …]
H A Dmesh_health_server.c152 mesh_access_parser_state_t parser; in health_fault_get_handler() local
163 mesh_access_parser_state_t parser; in process_message_fault_clear() local
191 mesh_access_parser_state_t parser; in health_fault_test_process_message() local
253 mesh_access_parser_state_t parser; in process_message_period_set() local
285 mesh_access_parser_state_t parser; in process_message_attention_set() local
H A Dmesh_generic_level_server.c160 mesh_access_parser_state_t parser; in generic_level_handle_set_target_level_message() local
199 mesh_access_parser_state_t parser; in generic_level_handle_set_delta_message() local
251 mesh_access_parser_state_t parser; in generic_level_handle_set_move_message() local
H A Dmesh_access.c589 uint32_t mesh_access_parser_get_model_identifier(mesh_access_parser_state_t * parser){ in mesh_access_parser_get_model_identifier()
598 uint32_t mesh_access_parser_get_sig_model_identifier(mesh_access_parser_state_t * parser){ in mesh_access_parser_get_sig_model_identifier()
603 uint32_t mesh_access_parser_get_vendor_model_identifier(mesh_access_parser_state_t * parser){ in mesh_access_parser_get_vendor_model_identifier()
H A Dmesh_generic_default_transition_time_server.c94 mesh_access_parser_state_t parser; in generic_default_transition_time_handle_set_message() local
H A Dmesh_generic_default_transition_time_client.c125 mesh_access_parser_state_t parser; in generic_default_transition_time_status_handler() local
H A Dmesh_generic_on_off_client.c146 mesh_access_parser_state_t parser; in generic_on_off_status_handler() local
H A Dmesh_generic_on_off_server.c149 mesh_access_parser_state_t parser; in generic_on_off_handle_set_message() local
H A Dmesh_generic_level_client.c221 mesh_access_parser_state_t parser; in generic_level_status_handler() local
/btstack/test/obex/
H A Dobex_parser_test.cpp31 obex_parser_t parser; in TEST_GROUP() local
154 obex_app_param_parser_t parser; in TEST_GROUP() local
197 obex_app_param_parser_t parser; in TEST() local
/btstack/src/
H A Dbtstack_hid_parser.c453 void btstack_hid_parser_init(btstack_hid_parser_t * parser, const uint8_t * hid_descriptor, uint16_… in btstack_hid_parser_init()
464 bool btstack_hid_parser_has_more(btstack_hid_parser_t * parser){ in btstack_hid_parser_has_more()
486 void btstack_hid_parser_get_field(btstack_hid_parser_t * parser, uint16_t * usage_page, uint16_t * … in btstack_hid_parser_get_field()
/btstack/src/classic/
H A Dobex_parser.c263 void obex_app_param_parser_init(obex_app_param_parser_t * parser, obex_app_param_parser_callback_t … in obex_app_param_parser_init()
271 …ram_parser_params_state_t obex_app_param_parser_process_data(obex_app_param_parser_t *parser, cons… in obex_app_param_parser_process_data()
/btstack/3rd-party/lc3-google/python/tools/
H A Dencoder.py24 parser = argparse.ArgumentParser(description='LC3 Encoder') variable
H A Ddecoder.py24 parser = argparse.ArgumentParser(description='LC3 Decoder') variable
H A Dspecgram.py27 parser = argparse.ArgumentParser(description='LC3 Encoder') variable
/btstack/tool/
H A Dpython_generator.py9 import btstack_parser as parser namespace
H A Djava_binding.py4 import btstack_parser as parser namespace
H A Dbtstack_event_generator.py8 import btstack_parser as parser namespace
/btstack/example/
H A Dhid_host_demo.c225 btstack_hid_parser_t parser; in hid_host_handle_interrupt_report() local
H A Dhog_host_demo.c160 btstack_hid_parser_t parser; in hid_handle_input_report() local
/btstack/test/hid_parser/
H A Dhid_parser_test.cpp417 static void expect_field(btstack_hid_parser_t * parser, uint16_t expected_usage_page, uint16_t expe… in expect_field()
/btstack/test/le_audio/
H A Dle_audio_broadcast_assistant.c210 le_audio_base_parser_t parser; in handle_periodic_advertisement() local
H A Dle_audio_broadcast_sink.c208 le_audio_base_parser_t parser; in handle_periodic_advertisement() local

12