Merge "Propagate BT5 specific scan result properties up the stack (1/3)"

am: a0ce42c710

Change-Id: I6e104c95c2f99a4337260df6b03a1eaf111881f1
This commit is contained in:
Jakub Pawlowski 2017-02-07 01:32:35 +00:00 committed by android-build-merger
commit 57a17f0269

View file

@ -47,7 +47,11 @@ typedef void (*scan_parameter_setup_completed_callback)(int client_if,
btgattc_error_t status);
/** Callback for scan results */
typedef void (*scan_result_callback)(bt_bdaddr_t *bda, int rssi,
typedef void (*scan_result_callback)(uint16_t event_type, uint8_t addr_type,
bt_bdaddr_t *bda, uint8_t primary_phy,
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);
/** Callback invoked when a scan filter configuration command has completed */