rpa.h 432 B

12345678910111213141516
  1. /* rpa.h - Bluetooth Resolvable Private Addresses (RPA) generation and
  2. * resolution
  3. */
  4. /*
  5. * Copyright (c) 2017 Nordic Semiconductor ASA
  6. * Copyright (c) 2015-2016 Intel Corporation
  7. *
  8. * SPDX-License-Identifier: Apache-2.0
  9. */
  10. #include <acts_bluetooth/bluetooth.h>
  11. #include <acts_bluetooth/hci.h>
  12. bool bt_rpa_irk_matches(const uint8_t irk[16], const bt_addr_t *addr);
  13. int bt_rpa_create(const uint8_t irk[16], bt_addr_t *rpa);