SYMBOL INDEX (25 symbols across 6 files) FILE: LibreMonitor/Bluetooth/data_types.h type BatteryDataType (line 6) | typedef struct __attribute__((packed)) { type SystemInformationDataType (line 19) | typedef struct __attribute__((packed)) { type IDNDataType (line 32) | typedef struct __attribute__((packed)) { type AllBytesDataType (line 43) | typedef struct __attribute__((packed)) { FILE: LibreMonitor/SimbleeCode/crc8.h type byte (line 14) | typedef uint8_t byte; FILE: LibreMonitor/SimbleeCode/libUBP.h type byte (line 6) | typedef uint8_t byte; type UBP_TxFlags (line 14) | typedef enum { FILE: LibreMonitorTests/SimbleeCode/crc8.h type byte (line 14) | typedef uint8_t byte; FILE: LibreMonitorTests/SimbleeCode/libUBP.h type byte (line 6) | typedef uint8_t byte; type UBP_TxFlags (line 14) | typedef enum { FILE: libUBP RFduino.cpp function UBP_isBusy (line 99) | bool UBP_isBusy() { function UBP_pump (line 104) | void UBP_pump() { function _UBP_ingestRxBytes (line 161) | void _UBP_ingestRxBytes(char *receivedBytes, int byteCount) { function UBP_queuePacketTransmission (line 229) | bool UBP_queuePacketTransmission(unsigned short packetIdentifier, UBP_Tx... function _UBP_makeEscapedCopy (line 301) | int _UBP_makeEscapedCopy(const char *inputBuffer, unsigned short inputBu... function _UBP_makeUnEscapedCopy (line 350) | int _UBP_makeUnEscapedCopy(const char *inputBuffer, unsigned short input... function _UBP_hostDisconnected (line 410) | void _UBP_hostDisconnected() { function SimbleeBLE_onAdvertisement (line 428) | void SimbleeBLE_onAdvertisement(bool start) { function SimbleeBLE_onConnect (line 431) | void SimbleeBLE_onConnect() { function SimbleeBLE_onReceive (line 436) | void SimbleeBLE_onReceive(char *data, int len) { function SimbleeBLE_onDisconnect (line 440) | void SimbleeBLE_onDisconnect() { function RFduinoBLE_onAdvertisement (line 444) | void RFduinoBLE_onAdvertisement(bool start) { function RFduinoBLE_onConnect (line 448) | void RFduinoBLE_onConnect() { function RFduinoBLE_onReceive (line 453) | void RFduinoBLE_onReceive(char *data, int len) { function RFduinoBLE_onDisconnect (line 457) | void RFduinoBLE_onDisconnect() {