Searched refs:btif_storage_get_ble_local_key (Results 1 – 3 of 3) sorted by relevance
/system/bt/btif/include/ |
D | btif_storage.h | 292 bt_status_t btif_storage_get_ble_local_key(UINT8 key_type,
|
/system/bt/btif/src/ |
D | btif_dm.c | 3109 if (btif_storage_get_ble_local_key(BTIF_DM_LE_LOCAL_KEY_ER,(char*)&ble_local_key_cb.er[0], in btif_dm_load_ble_local_keys() 3116 …if ((btif_storage_get_ble_local_key(BTIF_DM_LE_LOCAL_KEY_IR,(char*)&ble_local_key_cb.id_keys.ir[0], in btif_dm_load_ble_local_keys() 3118 … (btif_storage_get_ble_local_key(BTIF_DM_LE_LOCAL_KEY_IRK, (char*)&ble_local_key_cb.id_keys.irk[0], in btif_dm_load_ble_local_keys() 3120 … (btif_storage_get_ble_local_key(BTIF_DM_LE_LOCAL_KEY_DHK,(char*)&ble_local_key_cb.id_keys.dhk[0], in btif_dm_load_ble_local_keys()
|
D | btif_storage.c | 1135 bt_status_t btif_storage_get_ble_local_key(UINT8 key_type, in btif_storage_get_ble_local_key() function
|