17#ifndef CUSTOM_CHCI_TR_H_
18#define CUSTOM_CHCI_TR_H_
33uint16_t ControllerToHostWrite(uint8_t prot, uint8_t hci_type, uint16_t len, uint8_t *pData);
44uint16_t CustomChciTrRead(uint8_t prot, uint8_t hci_type, uint16_t len, uint8_t *pData);
55uint16_t CustomChciTrWrite(uint8_t prot, uint8_t controller_type, uint16_t len, uint8_t *pData);
57void CustomChciTrInit(uint16_t maxAclLen, uint16_t maxIsoSduLen);