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

Commit 37fa1a33 authored by Hui Peng's avatar Hui Peng
Browse files

Update documentation of btm_sec_alloc_dev

Bug: 301661850
Test: m com.android.btservices
Change-Id: Ib60920e4566e95b6eda2f08458d8491fb312c5e1
parent 0fb09320
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -251,8 +251,9 @@ const char* BTM_SecReadDevName(const RawAddress& bd_addr) {
 *
 * Function         btm_sec_alloc_dev
 *
 * Description      Look for the record in the device database for the record
 *                  with specified address
 * Description      Allocate a security device record with specified address,
 *                  fill device type and device class from inquiry database or
 *                  btm_sec_cb (if the address is the connecting device)
 *
 * Returns          Pointer to the record or NULL
 *