Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bcdd233 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Minor fix on function description" am: 86f7cbc8 am: da7256ef

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1932740

Change-Id: I7d108db580435f09ddcdc7baefc3074eabba49be
parents 5c00b1dd da7256ef
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -469,9 +469,7 @@ void bta_dm_disable() {
 * Description      Called if the disable timer expires
 *                  Used to close ACL connections which are still active
 *
 *
 *
 * Returns          void
 * Returns          true if there is a device being forcefully disconnected
 *
 ******************************************************************************/
static bool force_disconnect_all_acl_connections() {
+1 −1
Original line number Diff line number Diff line
@@ -2082,7 +2082,7 @@ void btm_read_link_quality_complete(uint8_t* p) {
 * Description      This function is called to disconnect an ACL connection
 *
 * Returns          BTM_SUCCESS if successfully initiated, otherwise
 *                  BTM_NO_RESOURCES.
 *                  BTM_UNKNOWN_ADDR.
 *
 ******************************************************************************/
tBTM_STATUS btm_remove_acl(const RawAddress& bd_addr, tBT_TRANSPORT transport) {