Bluetooth Classic
Bluedroid
The following Bluedroid macros, types, and functions have been renamed:
bt/host/bluedroid/api/include/api/esp_gap_ble_api.h
ESP_GAP_BLE_SET_PREFERED_DEFAULT_PHY_COMPLETE_EVTrenamed toESP_GAP_BLE_SET_PREFERRED_DEFAULT_PHY_COMPLETE_EVT
ESP_GAP_BLE_SET_PREFERED_PHY_COMPLETE_EVTrenamed toESP_GAP_BLE_SET_PREFERRED_PHY_COMPLETE_EVT
ESP_GAP_BLE_CHANNEL_SELETE_ALGORITHM_EVTrenamed toESP_GAP_BLE_CHANNEL_SELECT_ALGORITHM_EVT
esp_ble_wl_opration_trenamed toesp_ble_wl_operation_t
esp_ble_gap_cb_param_t.pkt_data_lenth_cmplrenamed topkt_data_length_cmpl
esp_ble_gap_cb_param_t.update_whitelist_cmpl.wl_oprationrenamed towl_operation
esp_ble_gap_set_prefered_default_phyrenamed toesp_ble_gap_set_preferred_default_phy()
esp_ble_gap_set_prefered_phyrenamed toesp_ble_gap_set_preferred_phy()bt/host/bluedroid/api/include/api/esp_gatt_defs.h
ESP_GATT_ENCRYPED_MITMrenamed toESP_GATT_ENCRYPTED_MITM
ESP_GATT_ENCRYPED_NO_MITMrenamed toESP_GATT_ENCRYPTED_NO_MITMbt/host/bluedroid/api/include/api/esp_hf_defs.h
ESP_HF_CME_MEMEORY_FULLrenamed toESP_HF_CME_MEMORY_FULL
ESP_HF_CME_MEMEORY_FAILURErenamed toESP_HF_CME_MEMORY_FAILUREbt/host/bluedroid/api/include/api/esp_hf_ag_api.h
esp_bt_hf_init(esp_bd_addr_t remote_addr)changes intoesp_hf_ag_init(void).
esp_bt_hf_deinit(esp_bd_addr_t remote_addr)changes intoesp_hf_ag_deinit(void)Along with this change, the bt_bdaddr_t init and bt_bdaddr_t deinit has been removed from union btc_arg_t.
esp_bt_hf_register_callbackis now changed intoesp_hf_ag_register_callback.
esp_bt_hf_connectchanges intoesp_hf_ag_slc_connect
esp_bt_hf_disconnectchanges intoesp_hf_ag_slc_disconnect
esp_bt_hf_connect_audiochanges intoesp_hf_ag_audio_connect
esp_bt_hf_disconnect_audiochanges intoesp_hf_ag_audio_disconnect
esp_bt_hf_vrachanges intoesp_hf_ag_vra_control
esp_bt_hf_volume_controlchanges intoesp_hf_ag_volume_control
esp_hf_unat_responsechanges intoesp_hf_ag_unknown_at_send
esp_bt_hf_cmee_responsechanges intoesp_hf_ag_cmee_send
esp_bt_hf_indchange_notificationchanges intoesp_hf_ag_devices_status_indchange
esp_bt_hf_cind_responsechanges intoesp_hf_ag_cind_response
esp_bt_hf_cops_responsechanges intoesp_hf_ag_cops_response
esp_bt_hf_clcc_responsechanges intoesp_hf_ag_clcc_response
esp_bt_hf_cnum_responsechanges intoesp_hf_ag_cnum_response
esp_bt_hf_bsirchanges intoesp_hf_ag_bsir
esp_bt_hf_answer_callchanges intoesp_hf_ag_answer_call
esp_bt_hf_reject_callchanges intoesp_hf_ag_reject_call
esp_bt_hf_out_callchanges intoesp_hf_ag_out_call
esp_bt_hf_end_callchanges intoesp_hf_ag_end_call
esp_bt_hf_register_data_callbackchanges intoesp_hf_ag_register_data_callback
esp_hf_outgoing_data_readychanges intoesp_hf_ag_outgoing_data_ready