Initiates the GAP general discovery procedure.
The nimble host executes this callback when a GAP event occurs. The application associates a GAP event callback with each connection that is established. blecent uses the same callback for all connections.
The nimble host executes this callback when a L2CAP event occurs. The application associates a L2CAP event callback with each connection that is established. blecent_l2cap_coc uses the same callback for all connections.
This API is used to send data over L2CAP connection oriented channel.
After connection is established on GAP layer, service discovery is performed. On it's completion, this API is called for making a connection is on L2CAP layer.
Connects to the sender of the specified advertisement if it looks interesting. A device is "interesting" if it advertises connectability and support for the Alert Notification service.