1. 0f92869 gattrib: Add support for listening for events for specific handles by Vinicius Costa Gomes · 12 years ago
  2. a2e4b27 attrib: Remove all the usages of ATT_MAX_MTU by Vinicius Costa Gomes · 12 years ago
  3. 8a39d6e attrib: Remove opcode parameter from g_attrib_send() by Vinicius Costa Gomes · 12 years ago
  4. 3d0e48b gatt: Remove offset parameter from gatt_read_char by Jefferson Delfes · 12 years ago
  5. 04be4fe attrib: Use proper types for size variables by Johan Hedberg · 13 years ago
  6. 7040dc9 gatt: Add support to GATT Write Long Characteristic by Eder Ruiz Maria · 13 years ago
  7. cb6db23 gatttool: Use GAttrib buffer by Claudio Takahasi · 13 years ago
  8. 2f8cd0c ATT: Avoid invalid memory access for large PDU by Claudio Takahasi · 13 years ago
  9. 2118c00 gatttool: Add option to specify LE address type by Andrzej Kaczmarek · 13 years ago
  10. 1e06492 GATT: Replace start/end with att_range by Chen Ganir · 13 years ago
  11. 48c8211 GATT: Rename service and char structs by Chen Ganir · 13 years ago
  12. fcb426c Fix common misspelled words by Lucas De Marchi · 14 years ago
  13. 839adcd Fix race condition on gatttool by Sheldon Demario · 14 years ago
  14. 6a3a897 Fix Characteristic read by UUID on gatttool by Sheldon Demario · 14 years ago
  15. 922c5fe Add discover characteristics by UUID to gatttool by Sheldon Demario · 14 years ago
  16. a278db7 Use new UUID functions in GATT by Elvis Pfützenreuter · 14 years ago
  17. e880b7a Add option to pass adapter to interactive gatttool by Sheldon Demario · 14 years ago
  18. ed6e2d2 Replace all strdup() with g_strdup() in gatttool by Sheldon Demario · 14 years ago
  19. adc7ca1 Add offset option to characteristic read by handle by Sheldon Demario · 14 years ago
  20. d3a5c56 Move attr_data_from_string() to utils.c by Bruna Moreira · 14 years ago
  21. a2e3157 gatttool: Remove extra reference to the connection IO Channel by Vinicius Costa Gomes · 14 years ago
  22. 0cc2459 Use PSM value to select LE or BR/EDR transport on gatttool by Sheldon Demario · 14 years ago
  23. eb4e1d6 Move do_connect() to a common file between interactive.c and gatttool.c by Sheldon Demario · 14 years ago
  24. dba40c8 Fix Min MTU to reflect values for both L2CAP & LE by Brian Gix · 14 years ago
  25. 2c8df74 Add connect/disconnect options on interactive mode of gatttool by Sheldon Demario · 14 years ago
  26. a523620 Add an initial interactive mode to gatttool by Sheldon Demario · 14 years ago
  27. 48f7473 Add Write Request operation in gatttool by Bruna Moreira · 14 years ago
  28. 46be88c Move common code from Discover all Characteristics to GATT library by Bruna Moreira · 14 years ago
  29. 5399423 Move interactive code of Discover Primary to gatt.c by Claudio Takahasi · 14 years ago
  30. 7f0b31c Fix g_attrib_send() to include a new ID parameter by Brian Gix · 14 years ago
  31. 20ccc57 Remove unused includes by Johan Hedberg · 14 years ago
  32. 63beb88 Extend discover characteristic by UUID in gatttool to fetch all values by Sheldon Demario · 14 years ago
  33. ad0e7f2 Implement Characteristic Value Read using UUID in the gatttool by Sheldon Demario · 14 years ago
  34. f9523a9 Implement Discover Primary Service by Service UUID in the gatttool by Claudio Takahasi · 14 years ago
  35. 8022b94 Add an extra parameter in the discovery primary to specify the UUID by Claudio Takahasi · 14 years ago
  36. e55509e Adding a new option to specify security level for gatttool by Sheldon Demario · 14 years ago
  37. b9b0e47 Enable GATT over LE link on the attribute client by Claudio Takahasi · 14 years ago
  38. b597e74 Add PSM option for GATT/ATT over BR/EDR on gatttool by Claudio Takahasi · 14 years ago
  39. 89c9634 gatttool: fix trying to read beyond the last handle by Johan Hedberg · 14 years ago
  40. 69409f2 Remove typecast from att_get_u16() calls by Anderson Lizardo · 14 years ago
  41. 19c8e31 Allow errors to propagate from connection callback by Anderson Lizardo · 14 years ago
  42. a25fb72 Implement characteristic_write callback in gatttool by Bruna Moreira · 14 years ago
  43. 6f9dded Add new option for char value write in gatttool by Bruna Moreira · 14 years ago
  44. 2b80d7b Make handle parameter mandatory in gatttool by Bruna Moreira · 14 years ago
  45. d7f6fd3 The attribute protocol assigned PSM is 0x1f by Marcel Holtmann · 14 years ago
  46. 399d968 Use bt_io_connect in gatttool by Bruna Moreira · 14 years ago
  47. dd71480 Add support for LE connections to gatttool by Vinicius Costa Gomes · 14 years ago
  48. 3fd8fdd Change notification/indication output formating on gatttool by Claudio Takahasi · 14 years ago
  49. 1bacf59 Add support for Indications to gatttool by Vinicius Costa Gomes · 15 years ago
  50. 469696d Add new option to set MTU size in gatttool by Bruna Moreira · 15 years ago
  51. f6c5bd6 Define maximum and default MTU values by Vinicius Costa Gomes · 15 years ago
  52. da394a7 Pretty print UUID-128 in gatttool by Bruna Moreira · 15 years ago
  53. 0db74b6 Remove gatttool unix socket transport support by Vinicius Costa Gomes · 15 years ago
  54. 30e62c9 gatttool: add characteristic descriptor discovery support by Anderson Lizardo · 15 years ago
  55. a764906 Add characteristics descriptor discovery option in gatttool by Bruna Moreira · 15 years ago
  56. a31269e Add listen option for gatttool by Claudio Takahasi · 15 years ago
  57. 83ac948 Fix gatttool to use the alignment safe access functions by Vinicius Costa Gomes · 15 years ago
  58. 84b6027 Fix memory leaks in gatttool by Bruna Moreira · 15 years ago
  59. ac81ac5 Exiting gatttool if no option is chosen by Bruna Moreira · 15 years ago
  60. 8307634 Update copyright information of GATT library/tools by Vinicius Costa Gomes · 15 years ago
  61. 08e83df gatttool: simplify characteristic discovery output by Anderson Lizardo · 15 years ago
  62. 4dc133a gatttool: Replace --char-value-read with generic --char-read option by Anderson Lizardo · 15 years ago
  63. cafebc6 Remove multiple calls for g_idle_add() in gatttool by Bruna Moreira · 15 years ago
  64. 0e7aa8f Move connection operations to main in gatttool by Bruna Moreira · 15 years ago
  65. a3f410d gatttool: coding style fixes by Anderson Lizardo · 15 years ago
  66. eaef3c6 Add function to open connections in gatttool by Bruna Moreira · 15 years ago
  67. af40b52 Change gatttool to use dec_read_by_grp_resp() by Bruna Moreira · 15 years ago
  68. 765b7e0 Implement characteristic value read in gatttool by Anderson Lizardo · 15 years ago
  69. d882765 Add characteristics value read option in gatttool by Bruna Moreira · 15 years ago
  70. 416809f Change discover characteristics output by Bruna Moreira · 15 years ago
  71. 765a807 Fix memory leaks in gatttool by Bruna Moreira · 15 years ago
  72. a6a0f24 Implement discovery characteristics for gatttool by Bruna Moreira · 15 years ago
  73. 280b92e Change menu to make the start/end options more generic by Bruna Moreira · 15 years ago
  74. e321c07 Implement discovery all primary services for gatttool by Bruna Moreira · 15 years ago
  75. f1d7e6a gatttool: add support for L2CAP socket connection by Anderson Lizardo · 15 years ago
  76. fa7e72f gatttool: add main loop by Anderson Lizardo · 15 years ago
  77. e840565 Implement initial UNIX socket support by Anderson Lizardo · 15 years ago
  78. 01b0c41 Add start/end options to gatttool by Bruna Moreira · 15 years ago
  79. d873388 Add initial gatttool skeleton by Bruna Moreira · 15 years ago