Loading system/bta/dm/bta_dm_act.cc +1 −3 Original line number Diff line number Diff line Loading @@ -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() { Loading system/stack/acl/btm_acl.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
system/bta/dm/bta_dm_act.cc +1 −3 Original line number Diff line number Diff line Loading @@ -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() { Loading
system/stack/acl/btm_acl.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading