mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-16 22:21:21 +00:00
l2cap-ertm: indicate support for FCS Option in Information Response
This commit is contained in:
parent
b4f171b1aa
commit
549011958f
@ -1256,7 +1256,7 @@ static uint32_t l2cap_extended_features_mask(void){
|
||||
// extended features request supported, features: fixed channels, unicast connectionless data reception
|
||||
uint32_t features = 0x280;
|
||||
#ifdef ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE
|
||||
features |= 0x0008;
|
||||
features |= 0x0028;
|
||||
#endif
|
||||
return features;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user