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

Commit b3258b55 authored by Chris Manton's avatar Chris Manton
Browse files

Re-log stack/btm/btm_ble_gap::BTM_BleGetVendorCapabilities

Towards loggable code

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

Change-Id: I56525f57c1a40f6f297d98347326da670a629196
parent 755e4bb8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
  }