/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/ |
D | blufi_protocol.c | 45 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in btc_blufi_protocol_handler() 52 btc_transfer_context(&msg, NULL, 0, NULL, NULL); in btc_blufi_protocol_handler() 59 btc_transfer_context(&msg, NULL, 0, NULL, NULL); in btc_blufi_protocol_handler() 66 btc_transfer_context(&msg, NULL, 0, NULL, NULL); in btc_blufi_protocol_handler() 73 btc_transfer_context(&msg, NULL, 0, NULL,NULL); in btc_blufi_protocol_handler() 88 btc_transfer_context(&msg, NULL, 0, NULL, NULL); in btc_blufi_protocol_handler() 94 btc_transfer_context(&msg, NULL, 0, NULL, NULL); in btc_blufi_protocol_handler() 119 btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), NULL, NULL); in btc_blufi_protocol_handler() 128 …btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), btc_blufi_cb_deep_copy, btc_blufi… in btc_blufi_protocol_handler() 137 …btc_transfer_context(&msg, ¶m, sizeof(esp_blufi_cb_param_t), btc_blufi_cb_deep_copy, btc_blufi… in btc_blufi_protocol_handler() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_hf_client_api.c | 45 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_hf_client_init() 62 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_hf_client_deinit() 84 stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_connect() 106 stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_disconnect() 128 stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_connect_audio() 150 stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_disconnect_audio() 168 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_hf_client_start_voice_recognition() 185 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_hf_client_stop_voice_recognition() 207 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_volume_update() 236 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_dial() [all …]
|
D | esp_gap_ble_api.c | 51 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gap_args_t), btc_gap_ble_arg_deep_copy, in esp_ble_gap_config_adv_data() 72 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gap_args_t), NULL, NULL) == BT_STATUS_SUCC… in esp_ble_gap_set_scan_params() 87 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gap_args_t), NULL, NULL) == BT_STATUS_SUCC… in esp_ble_gap_start_scanning() 100 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_ble_gap_stop_scanning() 115 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gap_args_t), NULL, NULL) == BT_STATUS_SUCC… in esp_ble_gap_start_advertising() 128 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_ble_gap_stop_advertising() 141 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_ble_gap_clear_advertising() 167 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gap_args_t), NULL, NULL) == BT_STATUS_SUCC… in esp_ble_gap_update_conn_params() 188 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gap_args_t), NULL, NULL) == BT_STATUS_SUCC… in esp_ble_gap_set_pkt_data_len() 223 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gap_args_t), NULL, NULL) == BT_STATUS_SUCC… in esp_ble_gap_set_rand_addr() [all …]
|
D | esp_a2dp_api.c | 35 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_a2d_sink_init() 56 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_a2d_sink_deinit() 80 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_av_args_t), NULL, NULL); in esp_a2d_sink_register_data_callback() 106 stat = btc_transfer_context(&msg, &arg, sizeof(btc_av_args_t), NULL, NULL); in esp_a2d_sink_connect() 130 stat = btc_transfer_context(&msg, &arg, sizeof(btc_av_args_t), NULL, NULL); in esp_a2d_sink_disconnect() 156 stat = btc_transfer_context(&msg, &arg, sizeof(btc_av_args_t), NULL, NULL); in esp_a2d_sink_set_delay_value() 178 stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_a2d_sink_get_delay_value() 223 stat = btc_transfer_context(&msg, &arg, sizeof(btc_av_args_t), NULL, NULL); in esp_a2d_media_ctrl() 245 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_a2d_source_init() 266 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_a2d_source_deinit() [all …]
|
D | esp_hidd_api.c | 40 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_device_init() 53 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_device_deinit() 72 bt_status_t stat = btc_transfer_context(&msg, &args, sizeof(btc_hidd_args_t), NULL, NULL); in esp_bt_hid_device_register_app() 85 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_device_unregister_app() 102 bt_status_t stat = btc_transfer_context(&msg, &args, sizeof(btc_hidd_args_t), NULL, NULL); in esp_bt_hid_device_connect() 115 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_device_disconnect() 135 bt_status_t stat = btc_transfer_context(&msg, &args, sizeof(btc_hidd_args_t), in esp_bt_hid_device_send_report() 153 bt_status_t stat = btc_transfer_context(&msg, &args, sizeof(btc_hidd_args_t), NULL, NULL); in esp_bt_hid_device_report_error() 166 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_device_virtual_cable_unplug()
|
D | esp_gap_bt_api.c | 48 …return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), NULL, NULL) == BT_STATUS_SUCCE… in esp_bt_gap_set_scan_mode() 78 …return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), NULL, NULL) == BT_STATUS_SUCCE… in esp_bt_gap_start_discovery() 93 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_bt_gap_cancel_discovery() 110 …return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), NULL, NULL) == BT_STATUS_SUCCE… in esp_bt_gap_get_remote_services() 128 …return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), NULL, NULL) == BT_STATUS_SUCCE… in esp_bt_gap_get_remote_service_record() 169 return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), btc_gap_bt_arg_deep_copy, in esp_bt_gap_config_eir_data() 201 …return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), NULL, NULL) == BT_STATUS_SUCCE… in esp_bt_gap_set_cod() 220 …return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), NULL, NULL) == BT_STATUS_SUCCE… in esp_bt_gap_read_rssi_delta() 237 …return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), NULL, NULL) == BT_STATUS_SUCCE… in esp_bt_gap_remove_bond_device() 286 return (btc_transfer_context(&msg, &arg, sizeof(btc_gap_bt_args_t), btc_gap_bt_arg_deep_copy, in esp_bt_gap_set_pin() [all …]
|
D | esp_hidh_api.c | 40 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_host_init() 54 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_host_deinit() 70 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_connect() 86 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_disconnect() 102 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_virtual_cable_unplug() 119 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), in esp_bt_hid_host_set_info() 136 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_get_protocol() 153 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_set_protocol() 169 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_get_idle() 186 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_set_idle() [all …]
|
D | esp_hf_ag_api.c | 54 bt_status_t status = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_hf_ag_init() 69 bt_status_t status = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_hf_ag_deinit() 88 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL, NULL); in esp_hf_ag_slc_connect() 107 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL, NULL); in esp_hf_ag_slc_disconnect() 126 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL, NULL); in esp_hf_ag_audio_connect() 145 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL, NULL); in esp_hf_ag_audio_disconnect() 165 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL, NULL); in esp_hf_ag_vra_control() 189 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL, NULL); in esp_hf_ag_volume_control() 209 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), in esp_hf_ag_unknown_at_send() 231 bt_status_t status = btc_transfer_context(&msg, &arg, sizeof(btc_hf_args_t), NULL, NULL); in esp_hf_ag_cmee_send() [all …]
|
D | esp_gatts_api.c | 54 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gatts_app_register() 70 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gatts_app_unregister() 88 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gatts_create_service() 114 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), btc_gatts_arg_deep_copy, in esp_ble_gatts_create_attr_tab() 132 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gatts_add_included_service() 170 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), btc_gatts_arg_deep_copy, in esp_ble_gatts_add_char() 210 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), btc_gatts_arg_deep_copy, in esp_ble_gatts_add_char_descr() 226 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gatts_delete_service() 241 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gatts_start_service() 256 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gatts_stop_service() [all …]
|
D | esp_l2cap_bt_api.c | 39 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_bt_l2cap_init() 51 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_bt_l2cap_deinit() 68 …return (btc_transfer_context(&msg, &arg, sizeof(btc_l2cap_args_t), NULL, NULL) == BT_STATUS_SUCCES… in esp_bt_l2cap_connect() 84 …return (btc_transfer_context(&msg, &arg, sizeof(btc_l2cap_args_t), NULL, NULL) == BT_STATUS_SUCCES… in esp_bt_l2cap_start_srv() 99 …return (btc_transfer_context(&msg, &arg, sizeof(btc_l2cap_args_t), NULL, NULL) == BT_STATUS_SUCCES… in esp_bt_l2cap_stop_all_srv() 114 …return (btc_transfer_context(&msg, &arg, sizeof(btc_l2cap_args_t), NULL, NULL) == BT_STATUS_SUCCES… in esp_bt_l2cap_stop_srv()
|
D | esp_spp_api.c | 67 …return (btc_transfer_context(&msg, &arg, sizeof(btc_spp_args_t), NULL, NULL) == BT_STATUS_SUCCESS … in esp_spp_enhanced_init() 80 …return (btc_transfer_context(&msg, &arg, sizeof(btc_spp_args_t), NULL, NULL) == BT_STATUS_SUCCESS … in esp_spp_deinit() 101 return (btc_transfer_context(&msg, &arg, sizeof(btc_spp_args_t), in esp_spp_start_discovery() 128 …return (btc_transfer_context(&msg, &arg, sizeof(btc_spp_args_t), NULL, NULL) == BT_STATUS_SUCCESS … in esp_spp_connect() 143 …return (btc_transfer_context(&msg, &arg, sizeof(btc_spp_args_t), NULL, NULL) == BT_STATUS_SUCCESS … in esp_spp_disconnect() 180 …return (btc_transfer_context(&msg, &arg, sizeof(btc_spp_args_t), NULL, NULL) == BT_STATUS_SUCCESS … in esp_spp_start_srv() 194 …return (btc_transfer_context(&msg, &arg, sizeof(btc_spp_args_t), NULL, NULL) == BT_STATUS_SUCCESS … in esp_spp_stop_srv() 213 …return (btc_transfer_context(&msg, &arg, sizeof(btc_spp_args_t), NULL, NULL) == BT_STATUS_SUCCESS … in esp_spp_stop_srv_scn() 239 …return (btc_transfer_context(&msg, &arg, sizeof(btc_spp_args_t), NULL, NULL) == BT_STATUS_SUCCESS … in esp_spp_vfs_register() 252 …return (btc_transfer_context(&msg, &arg, sizeof(btc_spp_args_t), NULL, NULL) == BT_STATUS_SUCCESS … in esp_spp_vfs_unregister()
|
D | esp_avrc_api.c | 44 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_avrc_ct_init() 61 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_avrc_ct_deinit() 88 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_avrc_args_t), NULL, NULL); in esp_avrc_ct_send_set_player_value_cmd() 113 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_avrc_args_t), NULL, NULL); in esp_avrc_ct_send_get_rn_capabilities_cmd() 144 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_avrc_args_t), NULL, NULL); in esp_avrc_ct_send_register_notification_cmd() 178 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_avrc_args_t), NULL, NULL); in esp_avrc_ct_send_set_absolute_volume_cmd() 204 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_avrc_args_t), NULL, NULL); in esp_avrc_ct_send_metadata_cmd() 231 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_avrc_args_t), NULL, NULL); in esp_avrc_ct_send_passthrough_cmd() 266 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_avrc_tg_init() 283 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_avrc_tg_deinit() [all …]
|
D | esp_sdp_api.c | 60 stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_sdp_init() 76 stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_sdp_deinit() 98 stat = btc_transfer_context(&msg, &arg, sizeof(btc_sdp_args_t), NULL, NULL); in esp_sdp_search_record() 122 stat = btc_transfer_context(&msg, &arg, sizeof(btc_sdp_args_t), in esp_sdp_create_record() 142 stat = btc_transfer_context(&msg, &arg, sizeof(btc_sdp_args_t), NULL, NULL); in esp_sdp_remove_record()
|
D | esp_gattc_api.c | 53 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_app_register() 68 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_app_unregister() 170 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_enh_open() 213 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_close() 228 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_send_mtu_req() 250 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_search_service() 469 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_read_char() 512 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_read_by_type() 548 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_read_multiple() 584 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_read_multiple_variable() [all …]
|
D | esp_bt_main.c | 59 if (btc_transfer_context(&msg, NULL, 0, NULL, NULL) != BT_STATUS_SUCCESS) { in esp_bluedroid_enable() 95 if (btc_transfer_context(&msg, NULL, 0, NULL, NULL) != BT_STATUS_SUCCESS) { in esp_bluedroid_disable() 150 if (btc_transfer_context(&msg, NULL, 0, NULL, NULL) != BT_STATUS_SUCCESS) { in esp_bluedroid_init() 196 if (btc_transfer_context(&msg, NULL, 0, NULL, NULL) != BT_STATUS_SUCCESS) { in esp_bluedroid_deinit()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/ |
D | esp_ble_mesh_proxy_api.c | 25 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_ble_mesh_proxy_identity_enable() 38 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_ble_mesh_proxy_gatt_enable() 51 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_ble_mesh_proxy_gatt_disable() 75 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_proxy_client_connect() 92 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_proxy_client_disconnect() 116 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_proxy_client_set_filter_type() 141 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), btc_ble_mesh_prov_arg_d… in esp_ble_mesh_proxy_client_add_filter_addr() 166 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), btc_ble_mesh_prov_arg_d… in esp_ble_mesh_proxy_client_remove_filter_addr()
|
D | esp_ble_mesh_provisioning_api.c | 60 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_node_prov_enable() 80 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_node_prov_disable() 104 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_node_set_oob_pub_key() 124 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_node_input_number() 146 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_node_input_string() 168 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_set_unprovisioned_device_name() 193 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_provisioner_read_oob_pub_key() 217 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_provisioner_input_string() 239 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_provisioner_input_number() 260 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_provisioner_prov_enable() [all …]
|
D | esp_ble_mesh_networking_api.c | 104 …status = (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_model_args_t), btc_ble_mesh_model_a… in ble_mesh_model_send_msg() 239 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_model_args_t), btc_ble_mesh_model_arg… in esp_ble_mesh_server_model_update_state() 254 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_ble_mesh_node_local_reset() 278 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_provisioner_set_node_name() 315 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), btc_ble_mesh_prov_arg_d… in esp_ble_mesh_provisioner_store_node_comp_data() 373 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_provisioner_delete_node_with_uuid() 394 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_provisioner_delete_node_with_addr() 417 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_provisioner_add_local_app_key() 440 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_provisioner_update_local_app_key() 469 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_provisioner_bind_app_key_to_local_model() [all …]
|
D | esp_ble_mesh_ble_api.c | 46 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_ble_args_t), NULL, NULL) in esp_ble_mesh_start_ble_advertising() 67 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_ble_args_t), NULL, NULL) in esp_ble_mesh_stop_ble_advertising() 84 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_ble_args_t), NULL, NULL) in esp_ble_mesh_start_ble_scanning() 99 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_ble_args_t), NULL, NULL) in esp_ble_mesh_stop_ble_scanning()
|
D | esp_ble_mesh_low_power_api.c | 24 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_ble_mesh_lpn_enable() 40 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_lpn_disable() 54 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_ble_mesh_lpn_poll()
|
D | esp_ble_mesh_local_data_operation_api.c | 95 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_model_subscribe_group_addr() 121 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_model_unsubscribe_group_addr() 155 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_node_add_local_net_key() 178 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_node_add_local_app_key() 203 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) in esp_ble_mesh_node_bind_app_key_to_local_model()
|
D | esp_ble_mesh_common_api.c | 50 …if (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) != BT_STATUS_SU… in esp_ble_mesh_init() 92 …if (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_prov_args_t), NULL, NULL) != BT_STATUS_SU… in esp_ble_mesh_deinit()
|
/hal_espressif-latest/components/bt/common/api/ |
D | esp_blufi_api.c | 41 return (btc_transfer_context(&msg, &arg, sizeof(btc_blufi_args_t), btc_blufi_call_deep_copy, in esp_blufi_send_wifi_conn_report() 58 return (btc_transfer_context(&msg, &arg, sizeof(btc_blufi_args_t), btc_blufi_call_deep_copy, in esp_blufi_send_wifi_list() 72 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_blufi_profile_init() 85 … return (btc_transfer_context(&msg, NULL, 0, NULL, NULL) == BT_STATUS_SUCCESS ? ESP_OK : ESP_FAIL); in esp_blufi_profile_deinit() 105 …return (btc_transfer_context(&msg, &arg, sizeof(btc_blufi_args_t), NULL, NULL) == BT_STATUS_SUCCES… in esp_blufi_send_error_info() 123 return (btc_transfer_context(&msg, &arg, sizeof(btc_blufi_args_t), btc_blufi_call_deep_copy, in esp_blufi_send_custom_data()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/ |
D | esp_ble_mesh_health_model_api.c | 44 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_health_client_args_t), btc_ble_mesh_h… in esp_ble_mesh_health_client_get_state() 69 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_health_client_args_t), btc_ble_mesh_h… in esp_ble_mesh_health_client_set_state() 98 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_health_server_args_t), NULL, NULL) in esp_ble_mesh_health_server_fault_update()
|
D | esp_ble_mesh_lighting_model_api.c | 44 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_lighting_client_args_t), btc_ble_mesh… in esp_ble_mesh_light_client_get_state() 69 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_mesh_lighting_client_args_t), btc_ble_mesh… in esp_ble_mesh_light_client_set_state()
|