shared/btp: Change struct member order for device found as in btp 78/205078/1
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@codecoup.pl>
Mon, 12 Feb 2018 16:01:00 +0000 (17:01 +0100)
committerAmit Purwar <amit.purwar@samsung.com>
Mon, 29 Apr 2019 04:21:16 +0000 (09:51 +0530)
This patch changes member order in device found struct definition to be
compatible with btp specification.

Change-Id: I28980953fe19362254b71a42b0ec2720eeca596e
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
src/shared/btp.h

index 0b605be..f0ac3a1 100644 (file)
@@ -247,8 +247,8 @@ struct btp_new_settings_ev {
 
 #define BTP_EV_GAP_DEVICE_FOUND                        0x81
 struct btp_device_found_ev {
-       bdaddr_t address;
        uint8_t address_type;
+       bdaddr_t address;
        int8_t rssi;
        uint8_t flags;
        uint16_t eir_len;