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

Commit 938b59ae authored by Insun Kang's avatar Insun Kang
Browse files

Minor fix on function description

Tag: #refactor
Test: manual
Bug: 212799528
Change-Id: I7cbabdd5c6b993f7a9f9e2c92168875d3cc79e35
parent 02861f53
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) {