/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/ |
D | btc_ble_mesh_health_model.h | 42 void btc_ble_mesh_health_client_arg_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src); 44 void btc_ble_mesh_health_client_arg_deep_free(btc_msg_t *msg); 46 void btc_ble_mesh_health_client_call_handler(btc_msg_t *msg); 48 void btc_ble_mesh_health_client_cb_handler(btc_msg_t *msg); 70 void btc_ble_mesh_health_server_call_handler(btc_msg_t *msg); 72 void btc_ble_mesh_health_server_cb_handler(btc_msg_t *msg); 74 void btc_ble_mesh_health_server_arg_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src);
|
D | btc_ble_mesh_config_model.h | 42 void btc_ble_mesh_config_client_call_handler(btc_msg_t *msg); 44 void btc_ble_mesh_config_client_cb_handler(btc_msg_t *msg); 46 void btc_ble_mesh_config_client_arg_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src); 48 void btc_ble_mesh_config_client_arg_deep_free(btc_msg_t *msg); 59 void btc_ble_mesh_config_server_cb_handler(btc_msg_t *msg);
|
D | btc_ble_mesh_generic_model.h | 42 void btc_ble_mesh_generic_client_call_handler(btc_msg_t *msg); 44 void btc_ble_mesh_generic_client_cb_handler(btc_msg_t *msg); 46 void btc_ble_mesh_generic_client_arg_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src); 48 void btc_ble_mesh_generic_client_arg_deep_free(btc_msg_t *msg); 70 void btc_ble_mesh_generic_server_cb_handler(btc_msg_t *msg);
|
D | btc_ble_mesh_lighting_model.h | 42 void btc_ble_mesh_lighting_client_call_handler(btc_msg_t *msg); 44 void btc_ble_mesh_lighting_client_cb_handler(btc_msg_t *msg); 46 void btc_ble_mesh_lighting_client_arg_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src); 48 void btc_ble_mesh_lighting_client_arg_deep_free(btc_msg_t *msg); 71 void btc_ble_mesh_lighting_server_cb_handler(btc_msg_t *msg);
|
D | btc_ble_mesh_sensor_model.h | 42 void btc_ble_mesh_sensor_client_call_handler(btc_msg_t *msg); 44 void btc_ble_mesh_sensor_client_cb_handler(btc_msg_t *msg); 46 void btc_ble_mesh_sensor_client_arg_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src); 48 void btc_ble_mesh_sensor_client_arg_deep_free(btc_msg_t *msg); 70 void btc_ble_mesh_sensor_server_cb_handler(btc_msg_t *msg);
|
D | btc_ble_mesh_time_scene_model.h | 42 void btc_ble_mesh_time_scene_client_call_handler(btc_msg_t *msg); 44 void btc_ble_mesh_time_scene_client_cb_handler(btc_msg_t *msg); 46 void btc_ble_mesh_time_scene_client_arg_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src); 48 void btc_ble_mesh_time_scene_client_arg_deep_free(btc_msg_t *msg); 71 void btc_ble_mesh_time_scene_server_cb_handler(btc_msg_t *msg);
|
/hal_espressif-latest/components/bt/common/btc/include/btc/ |
D | btc_task.h | 24 } btc_msg_t; typedef 92 void (* btc_call)(btc_msg_t *msg); 93 void (* btc_cb)(btc_msg_t *msg); 96 typedef void (* btc_arg_deep_copy_t)(btc_msg_t *msg, void *dst, void *src); 97 typedef void (* btc_arg_deep_free_t)(btc_msg_t *msg); 113 bt_status_t btc_transfer_context(btc_msg_t *msg, void *arg, int arg_len, btc_arg_deep_copy_t copy_f… 122 bt_status_t btc_inter_profile_call(btc_msg_t *msg);
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_hf_client_api.c | 38 btc_msg_t msg; in esp_hf_client_init() 55 btc_msg_t msg; in esp_hf_client_deinit() 74 btc_msg_t msg; in esp_hf_client_connect() 96 btc_msg_t msg; in esp_hf_client_disconnect() 118 btc_msg_t msg; in esp_hf_client_connect_audio() 140 btc_msg_t msg; in esp_hf_client_disconnect_audio() 161 btc_msg_t msg; in esp_hf_client_start_voice_recognition() 178 btc_msg_t msg; in esp_hf_client_stop_voice_recognition() 195 btc_msg_t msg; in esp_hf_client_volume_update() 217 btc_msg_t msg; in esp_hf_client_dial() [all …]
|
D | esp_gap_ble_api.c | 33 btc_msg_t msg = {0}; in esp_ble_gap_config_adv_data() 58 btc_msg_t msg = {0}; in esp_ble_gap_set_scan_params() 77 btc_msg_t msg = {0}; in esp_ble_gap_start_scanning() 93 btc_msg_t msg; in esp_ble_gap_stop_scanning() 105 btc_msg_t msg = {0}; in esp_ble_gap_start_advertising() 120 btc_msg_t msg; in esp_ble_gap_stop_advertising() 133 btc_msg_t msg; in esp_ble_gap_clear_advertising() 147 btc_msg_t msg = {0}; in esp_ble_gap_update_conn_params() 177 btc_msg_t msg = {0}; in esp_ble_gap_set_pkt_data_len() 213 btc_msg_t msg = {0}; in esp_ble_gap_set_rand_addr() [all …]
|
D | esp_a2dp_api.c | 28 btc_msg_t msg; in esp_a2d_sink_init() 49 btc_msg_t msg; in esp_a2d_sink_deinit() 70 btc_msg_t msg; in esp_a2d_sink_register_data_callback() 96 btc_msg_t msg; in esp_a2d_sink_connect() 122 btc_msg_t msg; in esp_a2d_sink_disconnect() 146 btc_msg_t msg; in esp_a2d_sink_set_delay_value() 171 btc_msg_t msg; in esp_a2d_sink_get_delay_value() 213 btc_msg_t msg; in esp_a2d_media_ctrl() 238 btc_msg_t msg; in esp_a2d_source_init() 259 btc_msg_t msg; in esp_a2d_source_deinit() [all …]
|
D | esp_hidd_api.c | 34 btc_msg_t msg; in esp_bt_hid_device_init() 48 btc_msg_t msg; in esp_bt_hid_device_deinit() 61 btc_msg_t msg; in esp_bt_hid_device_register_app() 80 btc_msg_t msg; in esp_bt_hid_device_unregister_app() 93 btc_msg_t msg; in esp_bt_hid_device_connect() 110 btc_msg_t msg; in esp_bt_hid_device_disconnect() 123 btc_msg_t msg; in esp_bt_hid_device_send_report() 144 btc_msg_t msg; in esp_bt_hid_device_report_error() 161 btc_msg_t msg; in esp_bt_hid_device_virtual_cable_unplug()
|
D | esp_gap_bt_api.c | 35 btc_msg_t msg; in esp_bt_gap_set_scan_mode() 53 btc_msg_t msg; in esp_bt_gap_start_discovery() 83 btc_msg_t msg; in esp_bt_gap_cancel_discovery() 98 btc_msg_t msg; in esp_bt_gap_get_remote_services() 115 btc_msg_t msg; in esp_bt_gap_get_remote_service_record() 142 btc_msg_t msg; in esp_bt_gap_config_eir_data() 175 btc_msg_t msg; in esp_bt_gap_set_cod() 213 btc_msg_t msg; in esp_bt_gap_read_rssi_delta() 225 btc_msg_t msg; in esp_bt_gap_remove_bond_device() 267 btc_msg_t msg; in esp_bt_gap_set_pin() [all …]
|
D | esp_hidh_api.c | 34 btc_msg_t msg; in esp_bt_hid_host_init() 48 btc_msg_t msg; in esp_bt_hid_host_deinit() 61 btc_msg_t msg; in esp_bt_hid_host_connect() 77 btc_msg_t msg; in esp_bt_hid_host_disconnect() 93 btc_msg_t msg; in esp_bt_hid_host_virtual_cable_unplug() 109 btc_msg_t msg; in esp_bt_hid_host_set_info() 127 btc_msg_t msg; in esp_bt_hid_host_get_protocol() 143 btc_msg_t msg; in esp_bt_hid_host_set_protocol() 160 btc_msg_t msg; in esp_bt_hid_host_get_idle() 176 btc_msg_t msg; in esp_bt_hid_host_set_idle() [all …]
|
D | esp_hf_ag_api.c | 48 btc_msg_t msg; in esp_hf_ag_init() 63 btc_msg_t msg; in esp_hf_ag_deinit() 78 btc_msg_t msg; in esp_hf_ag_slc_connect() 97 btc_msg_t msg; in esp_hf_ag_slc_disconnect() 116 btc_msg_t msg; in esp_hf_ag_audio_connect() 135 btc_msg_t msg; in esp_hf_ag_audio_disconnect() 154 btc_msg_t msg; in esp_hf_ag_vra_control() 177 btc_msg_t msg; in esp_hf_ag_volume_control() 198 btc_msg_t msg; in esp_hf_ag_unknown_at_send() 219 btc_msg_t msg; in esp_hf_ag_cmee_send() [all …]
|
D | esp_gatts_api.c | 39 btc_msg_t msg = {0}; in esp_ble_gatts_app_register() 60 btc_msg_t msg = {0}; in esp_ble_gatts_app_unregister() 76 btc_msg_t msg = {0}; in esp_ble_gatts_create_service() 96 btc_msg_t msg = {0}; in esp_ble_gatts_create_attr_tab() 121 btc_msg_t msg = {0}; in esp_ble_gatts_add_included_service() 140 btc_msg_t msg = {0}; in esp_ble_gatts_add_char() 180 btc_msg_t msg = {0}; in esp_ble_gatts_add_char_descr() 216 btc_msg_t msg = {0}; in esp_ble_gatts_delete_service() 231 btc_msg_t msg = {0}; in esp_ble_gatts_start_service() 246 btc_msg_t msg = {0}; in esp_ble_gatts_stop_service() [all …]
|
D | esp_l2cap_bt_api.c | 32 btc_msg_t msg; in esp_bt_l2cap_init() 44 btc_msg_t msg; in esp_bt_l2cap_deinit() 56 btc_msg_t msg; in esp_bt_l2cap_connect() 73 btc_msg_t msg; in esp_bt_l2cap_start_srv() 89 btc_msg_t msg; in esp_bt_l2cap_stop_all_srv() 104 btc_msg_t msg; in esp_bt_l2cap_stop_srv()
|
D | esp_spp_api.c | 49 btc_msg_t msg; in esp_spp_enhanced_init() 72 btc_msg_t msg; in esp_spp_deinit() 89 btc_msg_t msg; in esp_spp_start_discovery() 108 btc_msg_t msg; in esp_spp_connect() 133 btc_msg_t msg; in esp_spp_disconnect() 149 btc_msg_t msg; in esp_spp_start_srv() 185 btc_msg_t msg; in esp_spp_stop_srv() 199 btc_msg_t msg; in esp_spp_stop_srv_scn() 231 btc_msg_t msg; in esp_spp_vfs_register() 244 btc_msg_t msg; in esp_spp_vfs_unregister()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_sdp.h | 46 void btc_sdp_arg_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src); 47 void btc_sdp_arg_deep_free(btc_msg_t *msg); 49 void btc_sdp_call_handler(btc_msg_t *msg); 50 void btc_sdp_cb_handler(btc_msg_t *msg);
|
D | btc_hd.h | 96 void btc_hd_call_handler(btc_msg_t *msg); 98 void btc_hd_cb_handler(btc_msg_t *msg); 104 void btc_hd_arg_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src); 105 void btc_hd_cb_arg_deep_free(btc_msg_t *msg);
|
D | btc_spp.h | 87 void btc_spp_call_handler(btc_msg_t *msg); 88 void btc_spp_cb_handler(btc_msg_t *msg); 89 void btc_spp_arg_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src); 90 void btc_spp_arg_deep_free(btc_msg_t *msg);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/ |
D | esp_ble_mesh_proxy_api.c | 17 btc_msg_t msg = {0}; in esp_ble_mesh_proxy_identity_enable() 30 btc_msg_t msg = {0}; in esp_ble_mesh_proxy_gatt_enable() 43 btc_msg_t msg = {0}; in esp_ble_mesh_proxy_gatt_disable() 59 btc_msg_t msg = {0}; in esp_ble_mesh_proxy_client_connect() 82 btc_msg_t msg = {0}; in esp_ble_mesh_proxy_client_disconnect() 100 btc_msg_t msg = {0}; in esp_ble_mesh_proxy_client_set_filter_type() 124 btc_msg_t msg = {0}; in esp_ble_mesh_proxy_client_add_filter_addr() 149 btc_msg_t msg = {0}; in esp_ble_mesh_proxy_client_remove_filter_addr()
|
D | esp_ble_mesh_provisioning_api.c | 47 btc_msg_t msg = {0}; in esp_ble_mesh_node_prov_enable() 67 btc_msg_t msg = {0}; in esp_ble_mesh_node_prov_disable() 88 btc_msg_t msg = {0}; in esp_ble_mesh_node_set_oob_pub_key() 111 btc_msg_t msg = {0}; in esp_ble_mesh_node_input_number() 131 btc_msg_t msg = {0}; in esp_ble_mesh_node_input_string() 153 btc_msg_t msg = {0}; in esp_ble_mesh_set_unprovisioned_device_name() 177 btc_msg_t msg = {0}; in esp_ble_mesh_provisioner_read_oob_pub_key() 200 btc_msg_t msg = {0}; in esp_ble_mesh_provisioner_input_string() 224 btc_msg_t msg = {0}; in esp_ble_mesh_provisioner_input_number() 246 btc_msg_t msg = {0}; in esp_ble_mesh_provisioner_prov_enable() [all …]
|
D | esp_ble_mesh_networking_api.c | 28 btc_msg_t msg = {0}; in ble_mesh_model_send_msg() 223 btc_msg_t msg = {0}; in esp_ble_mesh_server_model_update_state() 246 btc_msg_t msg = {0}; in esp_ble_mesh_node_local_reset() 262 btc_msg_t msg = {0}; in esp_ble_mesh_provisioner_set_node_name() 300 btc_msg_t msg = {0}; in esp_ble_mesh_provisioner_store_node_comp_data() 359 btc_msg_t msg = {0}; in esp_ble_mesh_provisioner_delete_node_with_uuid() 380 btc_msg_t msg = {0}; in esp_ble_mesh_provisioner_delete_node_with_addr() 402 btc_msg_t msg = {0}; in esp_ble_mesh_provisioner_add_local_app_key() 425 btc_msg_t msg = {0}; in esp_ble_mesh_provisioner_update_local_app_key() 453 btc_msg_t msg = {0}; in esp_ble_mesh_provisioner_bind_app_key_to_local_model() [all …]
|
/hal_espressif-latest/components/bt/common/api/ |
D | esp_blufi_api.c | 28 btc_msg_t msg; in esp_blufi_send_wifi_conn_report() 47 btc_msg_t msg; in esp_blufi_send_wifi_list() 64 btc_msg_t msg; in esp_blufi_profile_init() 77 btc_msg_t msg; in esp_blufi_profile_deinit() 95 btc_msg_t msg; in esp_blufi_send_error_info() 110 btc_msg_t msg; in esp_blufi_send_custom_data()
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/include/ |
D | btc_blufi_prf.h | 97 void btc_blufi_cb_handler(btc_msg_t *msg); 98 void btc_blufi_call_handler(btc_msg_t *msg); 103 void btc_blufi_call_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src); 104 void btc_blufi_call_deep_free(btc_msg_t *msg);
|