aboutsummaryrefslogtreecommitdiff
path: root/src/attrib-server.c
AgeCommit message (Expand)Author
2010-10-13Disable automatic notification/indication in the attribute serverClaudio Takahasi
2010-10-09Add support for Attribute Write RequestAnderson Lizardo
2010-10-04Modify dec_read_req() to get PDU length as parameterAnderson Lizardo
2010-10-04Add Write Characteristic Value support to attribute serverAnderson Lizardo
2010-10-04Rename global "handle" variable to "sdp_handle"Anderson Lizardo
2010-10-04The attribute protocol assigned PSM is 0x1fMarcel Holtmann
2010-09-30Fix left open socket warning for attribute serverClaudio Takahasi
2010-09-30Fix invalid read and memory leak in the attribute serverClaudio Takahasi
2010-09-30Add support for LE connections to the GATT serverVinicius Costa Gomes
2010-09-22Use the destroy function to reset the GAttrib referenceClaudio Takahasi
2010-09-22Add support to the server to sending IndicationsVinicius Costa Gomes
2010-09-21Minor code cleanup in the attribute serverClaudio Takahasi
2010-09-13Add support for the MTU Exchange procedure to the serverVinicius Costa Gomes
2010-09-13Add support for a per channel MTU to the ATT serverVinicius Costa Gomes
2010-09-13Define maximum and default MTU valuesVinicius Costa Gomes
2010-09-13Fix ATT server read_by_group not respecting Secondary servicesVinicius Costa Gomes
2010-09-13Fix not including the start handle in the Error ResponseVinicius Costa Gomes
2010-09-13Fix GATT server to stop sending notificationsVinicius Costa Gomes
2010-09-08Check for error after bt_io_get() on attribute serverAnderson Lizardo
2010-09-08Add invalid handle checks to read_by_group()Anderson Lizardo
2010-09-08read_by_group() should return attributes of same sizeBruna Moreira
2010-09-02Fix GATT should respond with error on encoding problemVinicius Costa Gomes
2010-09-02Fix GATT server to use the alignment safe functionsVinicius Costa Gomes
2010-09-01Remove castings on attribute serverClaudio Takahasi
2010-09-01Insert the attributes in the database sorted by handleClaudio Takahasi
2010-08-26Remove deprecated comment about UUID128 comparisonBruna Moreira
2010-08-24Move the GATT Service Record registration to the serverVinicius Costa Gomes
2010-08-24Remove ATT server unix socket transport supportVinicius Costa Gomes
2010-08-19Add attribute handle value notificationClaudio Takahasi
2010-08-11Fix wrong opcode for some Error ResponsesVinicius Costa Gomes
2010-08-09Update copyright information of GATT library/toolsVinicius Costa Gomes
2010-08-09Add support for the Find Info PDU to the serverVinicius Costa Gomes
2010-08-09Fix Error Responses in read_by_type()Anderson Lizardo
2010-08-09Implement characteristic value read on attribute serverAnderson Lizardo
2010-08-09Discover all characteristics of the primary servicesClaudio Takahasi
2010-08-09Add read by type support in the attribute serverClaudio Takahasi
2010-08-09Attribute server cleanupClaudio Takahasi
2010-08-09Change unix socket properties of the attribute serverClaudio Takahasi
2010-08-09Fix invalid data when building a Read by Group responseVinicius Costa Gomes
2010-08-09Implement read by group type in the attribute serverClaudio Takahasi
2010-08-09Add g_attrib_register() to the serverVinicius Costa Gomes
2010-08-09Add unix socket support for attribute serverClaudio Takahasi
2010-08-09Add support for the attrib server to receive connectionsVinicius Costa Gomes
2010-08-09Add functions to add/delete entries in the attribute databaseClaudio Takahasi
2010-08-09Add attribute server databaseClaudio Takahasi