Loading system/btif/src/btif_dm.cc +4 −0 Original line number Diff line number Diff line Loading @@ -812,6 +812,10 @@ static void btif_dm_cb_create_bond(const RawAddress bd_addr, tBT_TRANSPORT trans /* Track originator of bond creation */ pairing_cb.is_local_initiated = true; bluetooth::os::LogMetricBluetoothEvent( ToGdAddress(bd_addr), android::bluetooth::EventType::TRANSPORT, transport == BT_TRANSPORT_LE ? android::bluetooth::State::LE : android::bluetooth::State::CLASSIC); BTA_DmBond(bd_addr, addr_type, transport, device_type); } Loading Loading
system/btif/src/btif_dm.cc +4 −0 Original line number Diff line number Diff line Loading @@ -812,6 +812,10 @@ static void btif_dm_cb_create_bond(const RawAddress bd_addr, tBT_TRANSPORT trans /* Track originator of bond creation */ pairing_cb.is_local_initiated = true; bluetooth::os::LogMetricBluetoothEvent( ToGdAddress(bd_addr), android::bluetooth::EventType::TRANSPORT, transport == BT_TRANSPORT_LE ? android::bluetooth::State::LE : android::bluetooth::State::CLASSIC); BTA_DmBond(bd_addr, addr_type, transport, device_type); } Loading