commit | 3ff3d8db2c22de04a0da07ab842a4db7ace2f45a | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Mon Jan 30 16:49:57 2023 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri May 12 15:29:17 2023 +0200 |
tree | 064eef4ba1506d17241dbaa1f3754a833e0a1313 | |
parent | 3d4622b4d4bba8eb56593fcec7239ca112f914fb [diff] |
Bluetooth: PACS: Set PACS read_buf size to BT_ATT_MAX_ATTRIBUTE_LEN The maximum size of the characteristic is BT_ATT_MAX_ATTRIBUTE_LEN. The previous size limited the size of the characteristic to the maximum possible MTU, thus not utlizing support for the Read Long procedure. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>