Home
last modified time | relevance | path

Searched refs:BTM_SEC_MODE_LINK (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dprofiles_api.h43 #define BT_SEC_MODE_LINK BTM_SEC_MODE_LINK
Dbtm_api.h1120 #define BTM_SEC_MODE_LINK 3 macro
/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c407 case BTM_SEC_MODE_LINK: in BTM_SetSecurityMode()
437 if ((old_mode == BTM_SEC_MODE_LINK) in BTM_SetSecurityMode()
438 && ( security_mode != BTM_SEC_MODE_LINK)) in BTM_SetSecurityMode()
447 if ((old_mode != BTM_SEC_MODE_LINK) in BTM_SetSecurityMode()
448 && ( security_mode == BTM_SEC_MODE_LINK)) in BTM_SetSecurityMode()
2932 if (btm_cb.security_mode == BTM_SEC_MODE_LINK) in btm_sec_dev_reset()
4583 if (btm_cb.security_mode == BTM_SEC_MODE_LINK) in btm_sec_connected()
5722 …_TRACE_DEBUG("btm_restore_mode: Authen Enable -> %d", (btm_cb.security_mode == BTM_SEC_MODE_LINK)); in btm_restore_mode()
5723 btsnd_hcic_write_auth_enable ((UINT8)(btm_cb.security_mode == BTM_SEC_MODE_LINK)); in btm_restore_mode()
/external/bluetooth/bluedroid/bta/include/
Dbta_jv_api.h88 #define BTA_JV_SEC_MODE_LINK BTM_SEC_MODE_LINK /* 3 */