Loading system/stack/btm/btm_ble_gap.cc +1 −0 Original line number Diff line number Diff line Loading @@ -1755,6 +1755,7 @@ void btm_ble_process_adv_addr(RawAddress& bda, uint8_t* addr_type) { } else { // Assign the original address to be the current report address bda = match_rec->ble.pseudo_addr; *addr_type = match_rec->ble.ble_addr_type; } } } Loading Loading
system/stack/btm/btm_ble_gap.cc +1 −0 Original line number Diff line number Diff line Loading @@ -1755,6 +1755,7 @@ void btm_ble_process_adv_addr(RawAddress& bda, uint8_t* addr_type) { } else { // Assign the original address to be the current report address bda = match_rec->ble.pseudo_addr; *addr_type = match_rec->ble.ble_addr_type; } } } Loading