Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_storage.h282 bt_status_t btif_storage_get_ble_bonding_key(bt_bdaddr_t *remote_bd_addr,
/system/bt/btif/src/
Dbtif_gatt_util.c269 if ((btif_storage_get_ble_bonding_key(&bda, BTIF_DM_LE_KEY_PENC, in btif_gatt_check_encrypted_link()
Dbtif_storage.c505 if (btif_storage_get_ble_bonding_key(&bd_addr, key_type, buffer, key_len) == BT_STATUS_SUCCESS) in btif_read_le_key()
1022 bt_status_t btif_storage_get_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, in btif_storage_get_ble_bonding_key() function