Loading system/btif/co/bta_dm_co.c +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ tBTE_APPL_CFG bte_appl_cfg = { BTM_AUTH_SPGB_YES, // Authentication requirements BTM_LOCAL_IO_CAPS, // I/O capabilities BTM_LOCAL_IO_CAPS_BLE, // I/O capabilities 7, // Initiaor key size 7, // Responder key size 16 // Maximum key size Loading system/include/bt_target.h +4 −0 Original line number Diff line number Diff line Loading @@ -1065,6 +1065,10 @@ and USER_HW_DISABLE_API macros */ #define BTM_LOCAL_IO_CAPS BTM_IO_CAP_IO #endif #ifndef BTM_LOCAL_IO_CAPS_BLE #define BTM_LOCAL_IO_CAPS_BLE BTM_IO_CAP_KBDISP #endif /* The default MITM Protection Requirement (for Simple Pairing) * Possible values are BTM_AUTH_SP_YES or BTM_AUTH_SP_NO */ #ifndef BTM_DEFAULT_AUTH_REQ Loading Loading
system/btif/co/bta_dm_co.c +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ tBTE_APPL_CFG bte_appl_cfg = { BTM_AUTH_SPGB_YES, // Authentication requirements BTM_LOCAL_IO_CAPS, // I/O capabilities BTM_LOCAL_IO_CAPS_BLE, // I/O capabilities 7, // Initiaor key size 7, // Responder key size 16 // Maximum key size Loading
system/include/bt_target.h +4 −0 Original line number Diff line number Diff line Loading @@ -1065,6 +1065,10 @@ and USER_HW_DISABLE_API macros */ #define BTM_LOCAL_IO_CAPS BTM_IO_CAP_IO #endif #ifndef BTM_LOCAL_IO_CAPS_BLE #define BTM_LOCAL_IO_CAPS_BLE BTM_IO_CAP_KBDISP #endif /* The default MITM Protection Requirement (for Simple Pairing) * Possible values are BTM_AUTH_SP_YES or BTM_AUTH_SP_NO */ #ifndef BTM_DEFAULT_AUTH_REQ Loading