Lines Matching full:btstack

98 \title[] {BTstack for RugGear/MediaTek Chipsets} 
110 \newcommand{\BTstack}{\urlfoot{http://bluekitchen-gmbh.com/btstack}{BTstack}{}}
122 This documents describes how \BTstack{} can be installed and used on RugGear devices with MediaTek …
125 To install BTstack on a RugGear mobile phone, connect the RugGear device to a Mac or Linux system u…
134 …vertising reports to test your LE Client. Here, we used the \nio{} and a BTstack-based LE Peripher…
150 \section{Installing BTstack on RugGear devices with MediaTek Chipsets}
152 First, extract the provided \path{btstack-android-mtk-VERSION.tar.gz} archive. Please make sure tha…
155 $ mkdir btstack
156 $ tar -zxvf btstack-android-mtk.tar.gz -C btstack
157 $ ls btstack
159 $ cd btstack/mtk
161 BTstack Installer for RugGear/Mediatek devices
173 - start BTstack daemon
177 If BTstack was installed properly, we can have a look at its packet log.
182 adb shell su root chmod 666 /data/btstack/hci_dump.pklg
183 adb pull /data/btstack/hci_dump.pklg 2> /dev/null
190 $ adb shell su root chmod 666 /data/btstack/hci_dump.pklg
191 $ adb pull /data/btstack/hci_dump.pklg 2> /dev/null
199 \caption{hci\_dump.pklg right after BTstack daemon was installed.}
206 As first, make sure that BTstack was installed properly and it is running, i.e. by checking the pac…
212 - connecting to BTstack Daemon
215 - btstack state 1
216 - btstack state 2
231 \section{BTstack Java API}
233 BTstack on RugGear/MediaTek provides its own Bluetooth stack and its own interface for using it. Wh…
235 …The Java classes that make up the BTstack API are split into three folders. Please add all of the…
238 \item \path{java/src} - main code for BTstack client, i.e., socket communication with BTstack serve…
240 \item \path{java/gen} - code for available commands and events, auto-generated from the BTstack C …
243 \subsection{BTstack GATT Client for Android example}
244 … \path{java/example/com/bluekitchen/GATTClientTest.java}. It connects to BTstack Server and turns …
246 BTstack server runs as a daemon. In the event of a crash, the Java client will get notified and can…
251 During the first tests of BTstack on RugGear/MediaTek, we have seen that it receives less Advertise…
276 …th the BCM module have been carried out with the GATT Browser example of BTstack on OS. Hence, we …