summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add function for reading the transmit power levelMarcel Holtmann2005-01-131-0/+1
* Remove commentsMarcel Holtmann2005-01-131-2/+0
* Add link supervision timeout functionsMarcel Holtmann2005-01-132-0/+7
* Add function for reading the RSSI and the link qualityMarcel Holtmann2005-01-132-3/+5
* Remove deprecated functionsMarcel Holtmann2005-01-131-8/+6
* Update connection information definitionsMarcel Holtmann2004-12-253-8/+15
* Update socket option definitionsMarcel Holtmann2004-12-251-16/+7
* Add Device ID and HID attribute definitionsMarcel Holtmann2004-12-071-0/+23
* Cleanup attribute definitionsMarcel Holtmann2004-12-071-47/+50
* Update the UUID constants and its translationsMarcel Holtmann2004-12-071-35/+91
* Add service classes and profile ids for WAPMarcel Holtmann2004-11-291-0/+4
* The cnum value must be uint32_t to match the kernel interfaceMarcel Holtmann2004-11-132-2/+2
* Add hci_set_afh_classification() functionMarcel Holtmann2004-11-092-0/+11
* Add hci_read_afh_map() functionMarcel Holtmann2004-11-091-0/+1
* Add hci_{read|write}_afh_mode() functionsMarcel Holtmann2004-11-091-0/+2
* Add definition for the SECURE link modeMarcel Holtmann2004-11-093-0/+3
* Add the missing HCI error codesMarcel Holtmann2004-11-091-0/+9
* Change HCI_KEY_MISSING to HCI_PIN_OR_KEY_MISSINGMarcel Holtmann2004-11-081-1/+1
* Add hci_change_link_key() functionMarcel Holtmann2004-11-042-0/+14
* Add RFCOMM socket optionsMarcel Holtmann2004-10-292-1/+9
* Add functions for reading and writing the inquiry modeMarcel Holtmann2004-10-251-0/+2
* Cleanup the API to prevent endian bugsMarcel Holtmann2004-10-251-6/+6
* For vendor packets set bit 0 in the packet type bitmask of the filterMarcel Holtmann2004-10-232-6/+6
* Add SIM Access typesMarcel Holtmann2004-10-131-0/+2
* Add support for the kernel security managerMarcel Holtmann2004-10-061-1/+5
* The CRIS architecture handles unaligned accesses too.Peter Kjellerstedt2004-08-121-1/+1
* Add architectures that can do unaligned access by themselfMarcel Holtmann2004-08-121-1/+1
* Use memmove for unaligned access, so gcc does not insert a __builtin_memcpyMarcel Holtmann2004-08-111-2/+2
* Make use of MAINTAINERCLEANFILESMarcel Holtmann2004-07-211-1/+2
* The RSSI value is signed and not unsignedMarcel Holtmann2004-07-101-1/+1
* Add value for L2CAP_CONF_RFC_MODEMarcel Holtmann2004-07-091-0/+1
* Add info type and info result definitionsMarcel Holtmann2004-07-091-0/+8
* Add AVDTP protocol identifierMarcel Holtmann2004-07-041-0/+1
* Add subclass fieldMarcel Holtmann2004-07-041-1/+3
* Add UUID's for AVCTP and AVDTPMarcel Holtmann2004-06-091-0/+2
* Add defines for audio/video profilesMarcel Holtmann2004-06-091-0/+5
* Fix the event code of inquiry with RSSIMarcel Holtmann2004-05-121-1/+1
* Add BDADDR_ALL constantMarcel Holtmann2004-05-081-0/+1
* Update connection informationMarcel Holtmann2004-05-081-0/+4
* Add HCRP UUID definesMarcel Holtmann2004-05-021-0/+3
* Add HCRP related profile and service class id'sMarcel Holtmann2004-05-021-0/+4
* Add sdp_get_add_access_protos() functionMarcel Holtmann2004-05-021-0/+5
* Add attribute id for additional protocol listMarcel Holtmann2004-05-021-0/+1
* Add AFH related typesMarcel Holtmann2004-04-251-4/+30
* Add HIDP header fileMarcel Holtmann2004-04-252-1/+87
* Add extra commentMarcel Holtmann2004-04-251-0/+1
* Add support for inquiry_mode and inquiry_info_with_rssiMarcel Holtmann2004-04-251-0/+28
* Add features and packet types from EDR prototyping specificationMarcel Holtmann2004-04-242-6/+29
* Move some internal functions to publicMarcel Holtmann2004-04-032-38/+38
* Add support for unaligned accessMarcel Holtmann2004-04-031-0/+13