diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-04-04 07:32:16 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-04-04 07:32:16 -0700 |
commit | 541d3a98acde57d6522932393a95ff74566f4462 (patch) | |
tree | d77fa09c8097444085b598415a1ba27a42828dca | |
parent | 26e181f986bb8256062e0f091b754db3c06c57e7 (diff) | |
parent | b8edda3eb538b0c21bff3e4a6372aba22dfa4b78 (diff) |
Merge b8edda3eb538b0c21bff3e4a6372aba22dfa4b78 on remote branch
Change-Id: I2ddcef9b4c361157237c091ace5523bcfb71e6a8
-rw-r--r-- | jni/com_android_bluetooth_gatt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/com_android_bluetooth_gatt.cpp b/jni/com_android_bluetooth_gatt.cpp index 3072168cd..193251845 100644 --- a/jni/com_android_bluetooth_gatt.cpp +++ b/jni/com_android_bluetooth_gatt.cpp @@ -215,7 +215,7 @@ void btgattc_scan_result_cb(uint16_t event_type, uint8_t addr_type, uint8_t secondary_phy, uint8_t advertising_sid, int8_t tx_power, int8_t rssi, uint16_t periodic_adv_int, - std::vector<uint8_t> adv_data) { + std::vector<uint8_t> adv_data, RawAddress *original_bda) { CallbackEnv sCallbackEnv(__func__); if (!sCallbackEnv.valid()) return; if (!mCallbacksObj) { |