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

Commit 053701a9 authored by Hui Peng's avatar Hui Peng
Browse files

[Invisalign2] Update comments of btm_sec_dd_create_conn

Bug: 301661850
Test: mma packages/modules/Bluetooth
Change-Id: I4a761bda6164bfb309edc52c9ac4721eea3facfd
parent 55ad76d4
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -2252,10 +2252,12 @@ void btm_sec_abort_access_req(const RawAddress& bd_addr) {
 *
 * Function         btm_sec_dd_create_conn
 *
 * Description      This function is called to create the ACL connection for
 *                  the dedicated boding process
 * Description      This function is called to create an ACL connection for
 *                  the dedicated bonding process
 *
 * Returns          void
 * Returns          BTM_SUCCESS if an ACL connection is already up
 *                  BTM_CMD_STARTED if the ACL connection has been requested
 *                  BTM_NO_RESOURCES if failed to start the ACL connection
 *
 ******************************************************************************/
static tBTM_STATUS btm_sec_dd_create_conn(tBTM_SEC_DEV_REC* p_dev_rec) {