Is L2CAP channel communication encrypted for bonded devices?

Hello

I have a nRF52 based device communicating with Smartphones via an encrypted characteristic (SEC_JUST_WORKS) so pairing is triggered and established.

The encrypted characteristic is used for logic exchange. But sometimes I need to send extra data so I use a L2CAP channel (PSM 0x0025) for better performance.

Since pairing was performed between the 2 devices, does this mean that encryption will be enabled transparently to transmit data over the L2CAP channel or encryption is only enabled when communicating over encrypted characteristics?

Many thanks for your help!

Related