mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-29 12:32:54 +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
|
// extended features request supported, features: fixed channels, unicast connectionless data reception
|
||||||
uint32_t features = 0x280;
|
uint32_t features = 0x280;
|
||||||
#ifdef ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE
|
#ifdef ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE
|
||||||
features |= 0x0008;
|
features |= 0x0028;
|
||||||
#endif
|
#endif
|
||||||
return features;
|
return features;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user