Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4bee96a authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge \"Use UINT16 for GATT attribute id field\" into nyc-dev

am: 611d4632

Change-Id: I26659d38b1241962bd286c0c806687b6f95a7637
parents 5401655e 611d4632
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1127,7 +1127,7 @@ void bta_gattc_fill_gatt_db_el(btgatt_db_element_t *p_attr,
                               bt_gatt_db_attribute_type_t type,
                               UINT16 att_handle,
                               UINT16 s_handle, UINT16 e_handle,
                               UINT8 id, tBT_UUID uuid, UINT8 prop)
                               UINT16 id, tBT_UUID uuid, UINT8 prop)
{
    p_attr->type             = type;
    p_attr->attribute_handle = att_handle;