Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
targets/TARGET_ARM_SSG/TARGET_BEETLE/cordio/include/hci/dual_chip/hci_core_ps.h
- Committer:
- <>
- Date:
- 2016-10-28
- Revision:
- 149:156823d33999
- Parent:
- targets/hal/TARGET_ARM_SSG/TARGET_BEETLE/cordio/include/hci/dual_chip/hci_core_ps.h@ 144:ef7eb2e8f9f7
- Child:
- 150:02e0a0aed4ec
File content as of revision 149:156823d33999:
/*************************************************************************************************/ /*! * \file hci_core_ps.h * * \brief HCI core platform-specific interfaces for dual-chip. * * $Date: 2015-06-12 07:19:18 -0400 (Fri, 12 Jun 2015) $ * $Revision: 3061 $ * * Copyright (c) 2009-2016, ARM Limited, All Rights Reserved * SPDX-License-Identifier: LicenseRef-PBL * * This file and the related binary are licensed under the * Permissive Binary License, Version 1.0 (the "License"); * you may not use these files except in compliance with the License. * * You may obtain a copy of the License here: * LICENSE-permissive-binary-license-1.0.txt and at * https://www.mbed.com/licenses/PBL-1.0 * * See the License for the specific language governing permissions and * limitations under the License. */ /*************************************************************************************************/ #ifndef HCI_CORE_PS_H #define HCI_CORE_PS_H #ifdef __cplusplus extern "C" { #endif /************************************************************************************************** Function Declarations **************************************************************************************************/ void hciCoreResetSequence(uint8_t *pMsg); void hciCoreNumCmplPkts(uint8_t *pMsg); void hciCoreRecv(uint8_t msgType, uint8_t *pCoreRecvMsg); uint8_t hciCoreVsCmdCmplRcvd(uint16_t opcode, uint8_t *pMsg, uint8_t len); #ifdef __cplusplus }; #endif #endif /* HCI_CORE_PS_H */