OSDN Git Service

Re-log stack/btm/btm_ble_gap::BTM_BleGetVendorCapabilities
authorChris Manton <cmanton@google.com>
Sat, 19 Dec 2020 04:21:55 +0000 (20:21 -0800)
committerChris Manton <cmanton@google.com>
Fri, 29 Jan 2021 16:31:39 +0000 (08:31 -0800)
Towards loggable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run

Change-Id: I56525f57c1a40f6f297d98347326da670a629196

stack/btm/btm_ble_gap.cc

index 019e395..d5c6892 100644 (file)
@@ -617,8 +617,6 @@ static void btm_ble_vendor_capability_vsc_cmpl_cback(
  *
  ******************************************************************************/
 extern void BTM_BleGetVendorCapabilities(tBTM_BLE_VSC_CB* p_cmn_vsc_cb) {
-  BTM_TRACE_DEBUG("BTM_BleGetVendorCapabilities");
-
   if (NULL != p_cmn_vsc_cb) {
     *p_cmn_vsc_cb = btm_cb.cmn_ble_vsc_cb;
   }