I try to understand the BLE pairing procedure via checking the HCI log and reading the Core profile .
now I know something as blow :
1.SMP use the channel 0x0006 in L2CAP.
2.L2CAP has the connectionless\Connection-oriented channel , 0x0006 belongs to the Connection-oriented channel.
3.L2CAP create connection should have the "L2CAP Connection Request/respon".
what I confused is there is no "L2CAP Connection Request/respon" in my HCI logs(more than 10 files).
Is this channel create via the BLE STACK in Bluetooth init step ? so When the SMP wanna use this 0x0006 Channel ,it is already exist ,no need to create .Am i rigtht?
I try to reboot the smart phone \the SDK board ,try to get the HCI log about init step ,but nothing more .