amp.h 757 B

123456789101112131415161718192021
  1. /*
  2. Copyright (c) 2011,2012 Intel Corp.
  3. This program is free software; you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License version 2 and
  5. only version 2 as published by the Free Software Foundation.
  6. This program is distributed in the hope that it will be useful,
  7. but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  9. GNU General Public License for more details.
  10. */
  11. #ifndef __AMP_H
  12. #define __AMP_H
  13. void amp_read_loc_info(struct hci_dev *hdev, struct amp_mgr *mgr);
  14. void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle);
  15. void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr);
  16. #endif /* __AMP_H */