Home
last modified time | relevance | path

Searched refs:BTM_SEC_ENCRYPT (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c984 return BTM_SEC_ENCRYPT; in btm_ble_determine_security_act()
1042 case BTM_SEC_ENCRYPT: in btm_ble_start_sec_check()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h957 #define BTM_SEC_ENCRYPT 2 /* encrypt the link with current key */ macro