* Function btc_storage_get_ble_bonding_key * Description * Returns BT_STATUS_SUCCESS if the fetch was successful, * BT_STATUS_FAIL otherwise
* Function btc_queue_connect * Description Add a new connection to the queue and trigger the next * scheduled connection. * Returns BT_STATUS_SUCCESS if successful
* Function btc_storage_update_active_device * Description BTC storage API - Once an ACL link is established and remote * bd_addr is already stored in NVRAM, update the config and update * the remote device to be the newest active device, The updates will * not be stored into NVRAM immediately. * Returns BT_STATUS_SUCCESS if successful, BT_STATUS_FAIL otherwise
* Function btc_storage_add_bonded_device * Description BTIF storage API - Adds the newly bonded device to NVRAM * along with the link-key, Key type and Pin key length * Returns BT_STATUS_SUCCESS if the store was successful, * BT_STATUS_FAIL otherwise
* Function btc_storage_get_bonded_bt_devices_list * Description BTC storage API - get the list of the bonded device from NVRAM * Returns BT_STATUS_SUCCESS if get the list successful, * BT_STATUS_FAIL otherwise
* Function connect * Description Establishes the AV signalling channel with the remote headset * Returns bt_status_t
Function btc_hd_remove_device Description Removes plugged device Returns void
Function btc_storage_add_hid_device_info Description BTC storage API - Adds the hid information of bonded hid devices-to NVRAM Returns BT_STATUS_SUCCESS if the store was successful, BT_STATUS_FAIL otherwise
Function btc_storage_remove_hid_info Description BTC storage API - Deletes the bonded hid device info from NVRAM Returns BT_STATUS_SUCCESS if the deletion was successful, BT_STATUS_FAIL otherwise
* Function btc_storage_remove_ble_bonding_keys * Description btc storage API - Deletes the bonded device from NVRAM * Returns BT_STATUS_SUCCESS if the deletion was successful, * BT_STATUS_FAIL otherwise
Function btc_storage_set_hidd Description Stores hidd bonded device info in nvram. Returns BT_STATUS_SUCCESS
Function btc_storage_remove_hidd Description Removes hidd bonded device info from nvram Returns BT_STATUS_SUCCESS
* Function btc_hf_client_connect * Description connect to audio gateway * Returns bt_status_t
* Function btc_hf_client_disconnect * Description disconnect from audio gateway * Returns bt_status_t
* Function btc_hf_client_connect_audio * Description create an audio connection * Returns bt_status_t
* Function btc_hf_client_disconnect_audio * Description close the audio connection * Returns bt_status_t