![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
HCI driver interface. More...
Go to the source code of this file.
Functions | |
uint16_t | hciDrvWrite (uint8_t type, uint16_t len, uint8_t *pData) |
Write data the driver. More... | |
uint16_t | hciDrvRead (uint16_t len, uint8_t *pData) |
Read data bytes from the driver. More... | |
bool_t | hciDrvReadyToSleep (void) |
Returns TRUE if driver allows MCU to enter low power sleep mode. More... | |
HCI driver interface.
Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. ARM Ltd. confidential and proprietary.
IMPORTANT. Your use of this file is governed by a Software License Agreement ("Agreement") that must be accepted in order to download or otherwise receive a copy of this file. You may not use or copy this file for any purpose other than as described in the Agreement. If you do not agree to all of the terms of the Agreement do not use this file and delete all copies in your possession or control; if you do not have a copy of the Agreement, you must contact ARM Ltd. prior to any use, copying or further distribution of this software.
Definition in file hci_drv.h.
Write data the driver.
type | HCI packet type |
len | Number of bytes to write. |
pData | Byte array to write. |
Read data bytes from the driver.
len | Number of bytes to read. |
pData | Byte array to store data. |
bool_t hciDrvReadyToSleep | ( | void | ) |
Returns TRUE if driver allows MCU to enter low power sleep mode.