Home
last modified time | relevance | path

Searched refs:BTM_BLE_SEC_NONE (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/include/
Dbta_api.h793 #define BTA_DM_BLE_SEC_NONE BTM_BLE_SEC_NONE
/system/bt/stack/btm/
Dbtm_ble.cc1093 tBTM_BLE_SEC_ACT ble_sec_act = BTM_BLE_SEC_NONE; in btm_ble_start_sec_check()
1123 if (ble_sec_act == BTM_BLE_SEC_NONE) return result; in btm_ble_start_sec_check()
/system/bt/stack/include/
Dbtm_api_types.h537 #define BTM_BLE_SEC_NONE 0 macro