BLE demo for mbed Ported RunningElectronics's SBDBT firmware for BLE. It can communicate with iOS
Dependencies: FatFileSystem mbed
Fork of BTstack by
stcamcfg.h
00001 #ifndef STCAMCFG_H 00002 #define STCAMCFG_H 00003 struct stcamcfg { 00004 uint16_t idVender; 00005 uint16_t idProduct; 00006 uint16_t width; 00007 uint16_t height; 00008 uint8_t payload; 00009 uint8_t bEndpointAddress; 00010 uint16_t wMaxPacketSize; 00011 uint8_t FormatIndex; 00012 uint8_t FrameIndex; 00013 uint32_t dwFrameInterval; 00014 uint8_t bInterface; 00015 uint8_t bAlternate; 00016 char *name; 00017 int iso_FrameCount; 00018 int iso_itdCount; 00019 // work area 00020 int _If; 00021 int _Ifalt; 00022 int _IfClass; 00023 int _IfSubClass; 00024 }; 00025 #endif //STCAMCFG_H
Generated on Thu Jul 14 2022 15:03:49 by 1.7.2