summaryrefslogtreecommitdiff
path: root/attrib/gatttool.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-11gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes1-4/+4
2012-10-11attrib: Remove all the usages of ATT_MAX_MTUVinicius Costa Gomes1-1/+1
2012-10-09attrib: Remove opcode parameter from g_attrib_send()Vinicius Costa Gomes1-1/+1
2012-10-01gatt: Remove offset parameter from gatt_read_charJefferson Delfes1-4/+1
2012-08-15attrib: Use proper types for size variablesJohan Hedberg1-1/+1
2012-08-15gatt: Add support to GATT Write Long CharacteristicEder Ruiz Maria1-1/+1
2012-06-27gatttool: Use GAttrib bufferClaudio Takahasi1-2/+4
2012-06-27ATT: Avoid invalid memory access for large PDUClaudio Takahasi1-2/+5
2012-05-07gatttool: Add option to specify LE address typeAndrzej Kaczmarek1-2/+6
2012-03-26GATT: Replace start/end with att_rangeChen Ganir1-1/+1
2012-03-26GATT: Rename service and char structsChen Ganir1-2/+2
2011-07-03Fix common misspelled wordsLucas De Marchi1-1/+1
2011-04-14Fix race condition on gatttoolSheldon Demario1-66/+62
2011-04-09Fix Characteristic read by UUID on gatttoolSheldon Demario1-6/+0
2011-03-17Add discover characteristics by UUID to gatttoolSheldon Demario1-1/+2
2011-03-15Use new UUID functions in GATTElvis Pfützenreuter1-10/+8
2011-03-04Add option to pass adapter to interactive gatttoolSheldon Demario1-1/+1
2011-03-04Replace all strdup() with g_strdup() in gatttoolSheldon Demario1-1/+1
2011-03-04Add offset option to characteristic read by handleSheldon Demario1-1/+4
2011-02-24Move attr_data_from_string() to utils.cBruna Moreira1-21/+2
2011-02-24gatttool: Remove extra reference to the connection IO ChannelVinicius Costa Gomes1-1/+1
2011-02-17Use PSM value to select LE or BR/EDR transport on gatttoolSheldon Demario1-6/+3
2011-02-17Move do_connect() to a common file between interactive.c and gatttool.cSheldon Demario1-70/+6
2011-02-16Fix Min MTU to reflect values for both L2CAP & LEBrian Gix1-4/+5
2011-02-15Add connect/disconnect options on interactive mode of gatttoolSheldon Demario1-5/+5
2011-02-15Add an initial interactive mode to gatttoolSheldon Demario1-0/+9
2011-02-15Add Write Request operation in gatttoolBruna Moreira1-1/+60
2011-01-19Move common code from Discover all Characteristics to GATT libraryBruna Moreira1-49/+10
2011-01-08Move interactive code of Discover Primary to gatt.cClaudio Takahasi1-69/+13
2011-01-07Fix g_attrib_send() to include a new ID parameterBrian Gix1-1/+1
2010-11-28Remove unused includesJohan Hedberg1-1/+0
2010-11-25Extend discover characteristic by UUID in gatttool to fetch all valuesSheldon Demario1-1/+23
2010-11-19Implement Characteristic Value Read using UUID in the gatttoolSheldon Demario1-0/+39
2010-11-18Implement Discover Primary Service by Service UUID in the gatttoolClaudio Takahasi1-5/+60
2010-11-18Add an extra parameter in the discovery primary to specify the UUIDClaudio Takahasi1-2/+4
2010-11-18Adding a new option to specify security level for gatttoolSheldon Demario1-2/+13
2010-11-05Enable GATT over LE link on the attribute clientClaudio Takahasi1-1/+0
2010-10-05Add PSM option for GATT/ATT over BR/EDR on gatttoolClaudio Takahasi1-2/+4
2010-10-05gatttool: fix trying to read beyond the last handleJohan Hedberg1-0/+4
2010-10-04Remove typecast from att_get_u16() callsAnderson Lizardo1-12/+9
2010-10-04Allow errors to propagate from connection callbackAnderson Lizardo1-8/+21
2010-10-04Implement characteristic_write callback in gatttoolBruna Moreira1-1/+52
2010-10-04Add new option for char value write in gatttoolBruna Moreira1-9/+26
2010-10-04Make handle parameter mandatory in gatttoolBruna Moreira1-2/+8
2010-10-04The attribute protocol assigned PSM is 0x1fMarcel Holtmann1-1/+1
2010-09-30Use bt_io_connect in gatttoolBruna Moreira1-85/+29
2010-09-30Add support for LE connections to gatttoolVinicius Costa Gomes1-5/+12
2010-09-22Change notification/indication output formating on gatttoolClaudio Takahasi1-9/+15
2010-09-22Add support for Indications to gatttoolVinicius Costa Gomes1-10/+18
2010-09-14Add new option to set MTU size in gatttoolBruna Moreira1-0/+38