Home | History | Annotate | Download | only in src

Lines Matching full:hci

23  *  Description:   Contains HCI transport send/receive functions
34 #include "hci.h"
52 /* Preamble length for HCI Commands:
57 /* Preamble length for HCI Events:
111 HC_BT_HDR *p_rcv_msg; /* Buffer to hold current rx HCI message */
151 /* Num of allowed outstanding HCI CMD packets */
217 ALOGE("hci lib postload completed");
228 ** Description This function is called to parse received HCI event and
307 ** Description This function is called from the HCI transport when the
308 ** first 4 or 6 bytes of an HCI ACL packet have been received:
319 ** of an HCI ACL buffer, so the maximum L2CAP message will fit
421 /* Update HCI header of first segment (base buffer) with new len */
434 ** Description This function is called from the HCI transport when the last
435 ** byte of an HCI ACL packet has been received. It checks if
530 ** HCI MCT INTERFACE FUNCTIONS
549 /* Per HCI spec., always starts with 1 */
553 * Will update with an internal HCI(_LE)_Read_Buffer_Size request
679 * have stored with the opcode of HCI command.
718 ** Description Construct HCI EVENT packet
791 "Unable to acquire buffer for incoming HCI message." \
898 ** Description Construct HCI ACL packet
977 "Unable to acquire buffer for incoming HCI message." \
1083 ** Description Place the internal commands (issued internally by hci or
1158 ALOGE("hci lib postload aborted");
1165 ** HCI MCT Services interface table