Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.h32 BTM_BLE_SEC_REQ_ACT_ENCRYPT = 1, enumerator
42 CASE_RETURN_TEXT(BTM_BLE_SEC_REQ_ACT_ENCRYPT); in btm_ble_sec_req_act_text()
Dbtm_ble_sec.cc1098 *p_sec_req_act = BTM_BLE_SEC_REQ_ACT_ENCRYPT; in btm_ble_link_sec_check()
1164 if (sec_req_act == BTM_BLE_SEC_REQ_ACT_ENCRYPT) { in btm_ble_set_encryption()
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_sec_test.cc200 btm_ble_sec_req_act_text(BTM_BLE_SEC_REQ_ACT_ENCRYPT)); in TEST_F()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_act.cc477 case BTM_BLE_SEC_REQ_ACT_ENCRYPT: in smp_proc_sec_req()