mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-15 22:20:59 +00:00
sm: init le_device_db from sm_init
This commit is contained in:
parent
ba394633cf
commit
51bd74d1a8
@ -3913,6 +3913,9 @@ void sm_init(void){
|
||||
//
|
||||
btstack_crypto_init();
|
||||
|
||||
// init le_device_db
|
||||
le_device_db_init();
|
||||
|
||||
// and L2CAP PDUs + L2CAP_EVENT_CAN_SEND_NOW
|
||||
l2cap_register_fixed_channel(sm_pdu_handler, L2CAP_CID_SECURITY_MANAGER_PROTOCOL);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user