aboutsummaryrefslogtreecommitdiff
path: root/attrib/gatttool.c
AgeCommit message (Expand)Author
2011-03-17Add discover characteristics by UUID to gatttoolSheldon Demario
2011-03-15Use new UUID functions in GATTElvis Pfützenreuter
2011-03-04Add option to pass adapter to interactive gatttoolSheldon Demario
2011-03-04Replace all strdup() with g_strdup() in gatttoolSheldon Demario
2011-03-04Add offset option to characteristic read by handleSheldon Demario
2011-02-24Move attr_data_from_string() to utils.cBruna Moreira
2011-02-24gatttool: Remove extra reference to the connection IO ChannelVinicius Costa Gomes
2011-02-17Use PSM value to select LE or BR/EDR transport on gatttoolSheldon Demario
2011-02-17Move do_connect() to a common file between interactive.c and gatttool.cSheldon Demario
2011-02-16Fix Min MTU to reflect values for both L2CAP & LEBrian Gix
2011-02-15Add connect/disconnect options on interactive mode of gatttoolSheldon Demario
2011-02-15Add an initial interactive mode to gatttoolSheldon Demario
2011-02-15Add Write Request operation in gatttoolBruna Moreira
2011-01-19Move common code from Discover all Characteristics to GATT libraryBruna Moreira
2011-01-08Move interactive code of Discover Primary to gatt.cClaudio Takahasi
2011-01-07Fix g_attrib_send() to include a new ID parameterBrian Gix
2010-11-28Remove unused includesJohan Hedberg
2010-11-25Extend discover characteristic by UUID in gatttool to fetch all valuesSheldon Demario
2010-11-19Implement Characteristic Value Read using UUID in the gatttoolSheldon Demario
2010-11-18Implement Discover Primary Service by Service UUID in the gatttoolClaudio Takahasi
2010-11-18Add an extra parameter in the discovery primary to specify the UUIDClaudio Takahasi
2010-11-18Adding a new option to specify security level for gatttoolSheldon Demario
2010-11-05Enable GATT over LE link on the attribute clientClaudio Takahasi
2010-10-05Add PSM option for GATT/ATT over BR/EDR on gatttoolClaudio Takahasi
2010-10-05gatttool: fix trying to read beyond the last handleJohan Hedberg
2010-10-04Remove typecast from att_get_u16() callsAnderson Lizardo
2010-10-04Allow errors to propagate from connection callbackAnderson Lizardo
2010-10-04Implement characteristic_write callback in gatttoolBruna Moreira
2010-10-04Add new option for char value write in gatttoolBruna Moreira
2010-10-04Make handle parameter mandatory in gatttoolBruna Moreira
2010-10-04The attribute protocol assigned PSM is 0x1fMarcel Holtmann
2010-09-30Use bt_io_connect in gatttoolBruna Moreira
2010-09-30Add support for LE connections to gatttoolVinicius Costa Gomes
2010-09-22Change notification/indication output formating on gatttoolClaudio Takahasi
2010-09-22Add support for Indications to gatttoolVinicius Costa Gomes
2010-09-14Add new option to set MTU size in gatttoolBruna Moreira
2010-09-13Define maximum and default MTU valuesVinicius Costa Gomes
2010-08-26Pretty print UUID-128 in gatttoolBruna Moreira
2010-08-24Remove gatttool unix socket transport supportVinicius Costa Gomes
2010-08-24gatttool: add characteristic descriptor discovery supportAnderson Lizardo
2010-08-24Add characteristics descriptor discovery option in gatttoolBruna Moreira
2010-08-19Add listen option for gatttoolClaudio Takahasi
2010-08-19Fix gatttool to use the alignment safe access functionsVinicius Costa Gomes
2010-08-11Fix memory leaks in gatttoolBruna Moreira
2010-08-09Exiting gatttool if no option is chosenBruna Moreira
2010-08-09Update copyright information of GATT library/toolsVinicius Costa Gomes
2010-08-09gatttool: simplify characteristic discovery outputAnderson Lizardo
2010-08-09gatttool: Replace --char-value-read with generic --char-read optionAnderson Lizardo
2010-08-09Remove multiple calls for g_idle_add() in gatttoolBruna Moreira
2010-08-09Move connection operations to main in gatttoolBruna Moreira