Home
last modified time | relevance | path

Searched refs:BTM_BLE_SEC_ENCRYPT (Results 1 – 9 of 9) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt_util.cc84 BTM_BLE_SEC_ENCRYPT); in btif_gatt_check_encrypted_link()
/system/bt/stack/gatt/
Dgatt_auth.cc388 *p_btm_sec_act = BTM_BLE_SEC_ENCRYPT; in gatt_convert_sec_action()
Dgatt_db.cc310 btm_ble_set_encryption(tcb.peer_bda, BTM_BLE_SEC_ENCRYPT, in gatts_db_read_attr_value_by_type()
/system/bt/bta/include/
Dbta_api.h794 #define BTA_DM_BLE_SEC_ENCRYPT BTM_BLE_SEC_ENCRYPT
/system/bt/stack/btm/
Dbtm_ble.cc1105 ble_sec_act = BTM_BLE_SEC_ENCRYPT; in btm_ble_start_sec_check()
1529 case BTM_BLE_SEC_ENCRYPT: in btm_ble_set_encryption()
Dbtm_sec.cc5816 p_e->sec_act == BTM_BLE_SEC_ENCRYPT || in btm_sec_check_pending_enc_req()
/system/bt/stack/include/
Dbtm_api_types.h539 #define BTM_BLE_SEC_ENCRYPT 1 macro
/system/bt/bta/hh/
Dbta_hh_le.cc1106 sec_flag = BTM_BLE_SEC_ENCRYPT; in bta_hh_start_security()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc419 sec_flag = BTM_BLE_SEC_ENCRYPT; in OnGattConnected()