shared/att: Fix mtu not updated issue 89/302589/1 accepted/tizen/7.0/unified/20231212.053547
authorWootak Jung <wootak.jung@samsung.com>
Mon, 11 Dec 2023 01:27:49 +0000 (10:27 +0900)
committerWootak Jung <wootak.jung@samsung.com>
Mon, 11 Dec 2023 01:32:08 +0000 (10:32 +0900)
commita0bda015cb9090d67e55ac786cad13458fab9081
treea00b07f3a3f9a390b678e15ca88cc460dc3902dd
parent361170a280e23b9837203bd6f59dc330731781ce
shared/att: Fix mtu not updated issue

Reproduction steps:
1. gatt connected
2. request to the remote with mtu 517
3. when getting mtu, 517 returned
4. mtu 512 changed received from the remote
5. when getting mtu, 517 returned. (Should be 512)

Change-Id: Ic2c6b19690d7da7572762083ab9577cb3b9e0e97
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
src/shared/att.c