commit | 3ac4f92625c371d8174ccac2ffcd8b3bf9f9d79e | [log] [tgz] |
---|---|---|
author | Lyle Zhu <lyle.zhu@nxp.com> | Thu Sep 25 10:38:26 2025 +0800 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Fri Oct 10 12:59:56 2025 -0400 |
tree | dcb96c36c19bab255c448ba305454d20e5437388 | |
parent | 26065ecee3f044104cae01e9b30fb3342d1fc96b [diff] |
Bluetooth: Classic: OBEX: Optimize MOPL configuration Set the MOPL of RX and TX to `BT_OBEX_MIN_MTU` when registering OBEX server. Set the TX MOPL to `BT_OBEX_MIN_MTU` when sending OBEX connection request. Check if the MOPL of client exceeds MTU of transport when server receives the connection request. Check if the MOPL of server exceeds MTU of transport when client receives the connection response. Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>