This repository has been archived by the owner on May 18, 2022. It is now read-only.
Implement connection parameter update mechanisms #84
Labels
area: L2CAP
Code Area: Logical Link Control and Adaptation Protocol
area: link layer
Code Area: BLE Link Layer (establishing and maintaining connections, encryption, etc)
status: needs code
An implementation or a bugfix need to be written
type: enhancement
A new feature or an improvement for an existing one
There are 3 mechanisms for the slave to request specific connection parameters:
LL_REJECT_IND_EXT
,LL_CONNECTION_PARAM_REQ
,LL_CONNECTION_PARAM_RSP
EXTENDED_REJECT_INDICATION
andCONN_PARAM_REQ
I've started to prototype the LLCP procedure, but it's not very simple to do.
Since we'll have to implement the mandatory L2CAP signaling channel and the GAP service anyways, I think going for the L2CAP solution is simplest (and results in the least code bloat).
cc @perlindgren
The text was updated successfully, but these errors were encountered: