mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
avrcp_browsing, goep_client: request 16-bit FCS for ERTM
This commit is contained in:
parent
71e8bc1a66
commit
7c7befac01
@ -193,7 +193,7 @@ static l2cap_ertm_config_t ertm_config = {
|
||||
144, // l2cap ertm mtu
|
||||
4,
|
||||
4,
|
||||
0, // No FCS
|
||||
1, // 16-bit FCS
|
||||
};
|
||||
|
||||
|
||||
|
@ -111,7 +111,7 @@ static l2cap_ertm_config_t ertm_config = {
|
||||
512, // l2cap ertm mtu
|
||||
2,
|
||||
2,
|
||||
0, // No FCS
|
||||
1, // 16-bit FCS
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user