Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_storage.h268 bt_status_t btif_storage_get_ble_local_key(uint8_t key_type,
/system/bt/btif/src/
Dbtif_dm.cc2922 if (btif_storage_get_ble_local_key( in btif_dm_load_ble_local_keys()
2928 if ((btif_storage_get_ble_local_key(BTIF_DM_LE_LOCAL_KEY_IR, in btif_dm_load_ble_local_keys()
2931 (btif_storage_get_ble_local_key(BTIF_DM_LE_LOCAL_KEY_IRK, in btif_dm_load_ble_local_keys()
2934 (btif_storage_get_ble_local_key(BTIF_DM_LE_LOCAL_KEY_DHK, in btif_dm_load_ble_local_keys()
Dbtif_storage.cc1198 bt_status_t btif_storage_get_ble_local_key(uint8_t key_type, in btif_storage_get_ble_local_key() function