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.h1088 #define BTM_SEC_MODE_LINK 3 macro
/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c299 case BTM_SEC_MODE_LINK: in BTM_SetSecurityMode()
329 if ((old_mode == BTM_SEC_MODE_LINK) in BTM_SetSecurityMode()
330 && ( security_mode != BTM_SEC_MODE_LINK)) in BTM_SetSecurityMode()
339 if ((old_mode != BTM_SEC_MODE_LINK) in BTM_SetSecurityMode()
340 && ( security_mode == BTM_SEC_MODE_LINK)) in BTM_SetSecurityMode()
2779 if (btm_cb.security_mode == BTM_SEC_MODE_LINK) in btm_sec_dev_reset()
4373 if (btm_cb.security_mode == BTM_SEC_MODE_LINK) in btm_sec_connected()
5484 …TRACE_DEBUG1("btm_restore_mode: Authen Enable -> %d", (btm_cb.security_mode == BTM_SEC_MODE_LINK)); in btm_restore_mode()
5485 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 */