Home
last modified time | relevance | path

Searched refs:BTM_LE_KEY_LCSRK (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/gatt/
Dgatt_auth.cc319 if ((key_type & BTM_LE_KEY_LCSRK) && in gatt_determine_sec_act()
/system/bt/btif/src/
Dbtif_storage.cc1067 case BTM_LE_KEY_LCSRK: in btif_storage_add_ble_bonding_key()
1110 case BTM_LE_KEY_LCSRK: in btif_storage_get_ble_bonding_key()
1280 btif_read_le_key(BTM_LE_KEY_LCSRK, sizeof(tBTM_LE_LCSRK_KEYS), bd_addr, in btif_in_fetch_bonded_ble_device()
Dbtif_dm.cc1635 case BTM_LE_KEY_LCSRK: in btif_dm_upstreams_evt()
2781 &bd_addr, (uint8_t*)&pairing_cb.ble.lcsrk_key, BTM_LE_KEY_LCSRK, in btif_dm_save_ble_bonding_keys()
/system/bt/stack/include/
Dbtm_api_types.h797 BTM_LE_KEY_LCSRK = (SMP_SEC_KEY_TYPE_CSRK << 4), enumerator
/system/bt/stack/btm/
Dbtm_ble.cc128 key_type != BTM_LE_KEY_LCSRK && key_type != BTM_LE_KEY_LID)) { in BTM_SecAddBleKey()
1194 case BTM_LE_KEY_LCSRK: /* local CSRK has been delivered */ in btm_sec_save_le_key()
1199 p_rec->ble.key_type |= BTM_LE_KEY_LCSRK; in btm_sec_save_le_key()
/system/bt/stack/smp/
Dsmp_act.cc411 btm_sec_save_le_key(p_cb->pairing_bda, BTM_LE_KEY_LCSRK, &key, true); in smp_send_csrk_info()