Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.h30 BTM_BLE_SEC_REQ_ACT_NONE = 0, enumerator
41 CASE_RETURN_TEXT(BTM_BLE_SEC_REQ_ACT_NONE); in btm_ble_sec_req_act_text()
Dbtm_ble_sec.cc672 tBTM_BLE_SEC_REQ_ACT ble_sec_act = {BTM_BLE_SEC_REQ_ACT_NONE}; in btm_ble_determine_security_act()
679 if (ble_sec_act == BTM_BLE_SEC_REQ_ACT_NONE) return BTM_SEC_OK; in btm_ble_determine_security_act()
1157 if (sec_req_act == BTM_BLE_SEC_REQ_ACT_NONE || in btm_ble_set_encryption()
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_sec_test.cc198 btm_ble_sec_req_act_text(BTM_BLE_SEC_REQ_ACT_NONE)); in TEST_F()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_auth.cc280 tBTM_BLE_SEC_REQ_ACT sec_act = BTM_BLE_SEC_REQ_ACT_NONE; in gatt_determine_sec_act()