Merge branch 'bugfix/btdm_gattc_get_db_prop_bug' into 'master'
component/bt: Fiexd the bug of the gattc cannot get the db properties. See merge request !1284
This commit is contained in:
commit
816fe6cf1f
1 changed files with 1 additions and 0 deletions
|
@ -554,6 +554,7 @@ esp_gatt_status_t btc_ble_gattc_get_db(uint16_t conn_id, uint16_t start_handle,
|
|||
db[i].attribute_handle = get_db[i].id;
|
||||
db[i].start_handle = get_db[i].start_handle;
|
||||
db[i].end_handle = get_db[i].end_handle;
|
||||
db[i].properties = get_db[i].properties;
|
||||
btc128_to_bta_uuid(&bta_uuid, get_db[i].uuid.uu);
|
||||
bta_to_btc_uuid(&db[i].uuid, &bta_uuid);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue