[Model] All
[BinType] AP
[Customer] OPEN
[Issue#] N/A
[Request] Internal
[Occurrence Version] N/A
[Problem] Unable to notice MTU changed event to application
[Cause & Measure] Send signal to detect MTU changed event on GATT server
[Checking Method] n/a
[Team] Convergence BT
[Developer] Injun Yang
[Solution company] Samsung
[Change Type] Specification change
Change-Id: Ic9446ee005211a6805a7e62791c03b410d3ff0a1
Signed-off-by: injun.yang <injun.yang@samsung.com>
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
{ GDBUS_SIGNAL("IpspStateChanged",
GDBUS_ARGS({"connected","b"}, {"if_name","s"}))},
{ GDBUS_SIGNAL("OtcDisconnected", NULL)},
+ { GDBUS_SIGNAL("AttMtuChanged",
+ GDBUS_ARGS({"mtu", "q"})) },
{ }
};
#endif
}
util_debug(client->debug_callback, client->debug_data,
- "MTU exchange complete, with MTU: %u",
+ "att client MTU exchange complete, with MTU: %u",
bt_att_get_mtu(client->att));
discover:
#endif
util_debug(server->debug_callback, server->debug_data,
- "MTU exchange complete, with MTU: %u", final_mtu);
+ "att server MTU exchange complete, with MTU: %u", final_mtu);
}
static bool gatt_server_register_att_handlers(struct bt_gatt_server *server)