From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 8 Jan 2016 17:26:08 -0500 From: Don Zickus To: linux-bluetooth@vger.kernel.org Subject: example GATT code to talk with a sensortag Message-ID: <20160108222608.GU152924@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi, Sorry for the newbie question. I stumbled upon a TI sensortag and was able to communicate with it using the gatttool. Now I am trying to figure out how to build an app around that. Googling has shown me lots of examples of folks using expect scripts (around the gatttool). I was hoping for something in C or python. Is there an example program/script around that I can copy and expand to get me started? Thanks! Cheers, Don