Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_util.c275 &btif_gatt_set_encryption_cb, BTM_BLE_SEC_ENCRYPT); in btif_gatt_check_encrypted_link()
/system/bt/stack/gatt/
Dgatt_auth.c452 *p_btm_sec_act = BTM_BLE_SEC_ENCRYPT; in gatt_convert_sec_action()
Dgatt_db.c420 btm_ble_set_encryption(p_tcb->peer_bda, BTM_BLE_SEC_ENCRYPT, p->link_role); in gatts_db_read_attr_value_by_type()
/system/bt/stack/btm/
Dbtm_ble.c989 ble_sec_act = BTM_BLE_SEC_ENCRYPT; in btm_ble_start_sec_check()
1441 case BTM_BLE_SEC_ENCRYPT: in btm_ble_set_encryption()
Dbtm_sec.c6185 || p_e->sec_act == BTM_BLE_SEC_ENCRYPT in btm_sec_check_pending_enc_req()
/system/bt/bta/include/
Dbta_api.h1061 #define BTA_DM_BLE_SEC_ENCRYPT BTM_BLE_SEC_ENCRYPT
/system/bt/stack/include/
Dbtm_api.h522 #define BTM_BLE_SEC_ENCRYPT 1 /* encrypt the link using current key */ macro
/system/bt/bta/hh/
Dbta_hh_le.c1243 sec_flag = BTM_BLE_SEC_ENCRYPT; in bta_hh_start_security()