Propagate BT5 specific scan result properties up the stack (2/3)

Bug: 30622771
Test: sl4a FilteringTest
Change-Id: Ib9d18ea3a1fc7d95300415a04b551d66767b04d2
diff --git a/bta/include/bta_api.h b/bta/include/bta_api.h
index da1d352..0a47898 100644
--- a/bta/include/bta_api.h
+++ b/bta/include/bta_api.h
@@ -731,6 +731,11 @@
   uint8_t inq_result_type;
   uint8_t ble_addr_type;
   uint16_t ble_evt_type;
+  uint8_t ble_primary_phy;
+  uint8_t ble_secondary_phy;
+  uint8_t ble_advertising_sid;
+  int8_t ble_tx_power;
+  uint16_t ble_periodic_adv_int;
   tBT_DEVICE_TYPE device_type;
   uint8_t flag;
 } tBTA_DM_INQ_RES;