summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-03-13sdp: Check type of sdp data before dereferencingFrédéric Dalleau2-1/+2
2012-03-06lib: Update company identifiersMarcel Holtmann1-0/+24
2012-03-05lib: Add A2MP definitionsPeter Krystad1-0/+115
2012-03-04lib: Fix compile issue when using in C++Patrick Ohly1-2/+2
2012-03-02mgmt: Add missing error code definitionsJohan Hedberg1-0/+4
2012-03-02mgmt: Move string helpers to lib/mgmt.cJohan Hedberg1-0/+113
2012-02-29lib: Add L2CAP Create/Move Channel definitionsPeter Krystad1-0/+45
2012-02-29mgmt: Add error code definitionsJohan Hedberg1-0/+17
2012-02-28lib: Add missing host feature definesJohan Hedberg1-1/+3
2012-02-26lib: Make unaligned access functions constMarcel Holtmann1-24/+24
2012-02-26lib: Add definition for HCI_CHANNEL_MONITORMarcel Holtmann1-0/+1
2012-02-26lib: Copy L2CAP chan policy defines from kernelAndrei Emeltchenko1-0/+27
2012-02-23mgmt: Add flags field for device connected eventMarcel Holtmann1-0/+1
2012-02-22mgmt: Use uint32 for flags in device found eventsMarcel Holtmann1-1/+1
2012-02-23mgmt: Fix device_found parametersJohan Hedberg1-1/+4
2012-02-22mgmt: Add struct for device disconnected eventMarcel Holtmann1-0/+3
2012-02-21lib: Add struct for reading LE host supported settingMarcel Holtmann1-0/+8
2012-02-21mgmt: Update stop_discovery and ev_discovering to match API specJohan Hedberg1-0/+7
2012-02-18mgmt: Move status return paramters into the cmd_complete headerJohan Hedberg1-6/+1
2012-02-18mgmt: Swap cmd_status parameters to match APIJohan Hedberg1-1/+1
2012-02-17mgmt: Update implementation to match latest APIJohan Hedberg1-6/+6
2012-02-14lib: Fix using old-style initializersVinicius Costa Gomes1-2/+2
2012-02-10mgmt-api: Reorder parameters for read_commandsJohan Hedberg1-2/+1
2012-02-09mgmt: Add mgmt_rp_read_commands struct definitionJohan Hedberg1-3/+6
2012-02-09mgmt: Update implementation to match latest APIJohan Hedberg1-33/+38
2012-02-02lib: Add stub for A2MPJohan Hedberg1-0/+34
2012-02-01mgmt: Update event opcodes to latest API specJohan Hedberg1-17/+17
2012-02-01mgmt: Update commands to latest APIJohan Hedberg1-45/+47
2012-01-24lib: Add Key Size information to the security informationVinicius Costa Gomes1-0/+1
2012-01-19Add macros for the possible link key typesVinicius Costa Gomes1-0/+10
2012-01-19Add messages to the mgmt interface to handle SMP key storageVinicius Costa Gomes1-0/+22
2012-01-18mgmt: Update mgmt_ev_device_found to match latest APIJohan Hedberg1-2/+2
2012-01-17mgmt: Remove ev_remote name and update event codesJohan Hedberg1-9/+3
2012-01-17mgmt: Update ev_device_connected implementation to match APIJohan Hedberg1-0/+5
2012-01-05lib: Fix structures for AMP Assoc ReadAndrei Emeltchenko1-6/+5
2011-12-19mgmt: Update confirm_name definitions to match API specificationJohan Hedberg1-1/+5
2011-12-19Add initial hooks to pass confirm_name info aroundJohan Hedberg1-0/+1
2011-12-15mgmt: Add support for Passkey handlingHemant Gupta1-0/+3
2011-12-14mgmt: Move Set Local Name to it's logical position in the APIJohan Hedberg1-20/+20
2011-12-14mgmt: Update implementation to match latest API specJohan Hedberg1-57/+81
2011-12-14mgmt: Update read_info & related messages to match the API specJohan Hedberg1-11/+18
2011-11-11mgmt: Add address type to mgmt_pair_deviceJohan Hedberg1-2/+2
2011-11-10mgmt: Add status parameter to disconnect responseJohan Hedberg1-0/+1
2011-11-10mgmt: Add bdaddr and status to remove_keys responseJohan Hedberg1-0/+4
2011-11-10Add struct for start_discovery to mgmt.hJohan Hedberg1-0/+3
2011-11-09mgmt: Add LE public/random info to address typesJohan Hedberg1-2/+2
2011-11-07mgmt: Update BR/EDR link key message naming to match new APIJohan Hedberg1-9/+9
2011-11-07mgmt: Add address type fields to messages that need themJohan Hedberg1-9/+13
2011-11-03mgmt: Update set_discoverable to match new APIJohan Hedberg1-0/+4
2011-10-25Add get_le/get_be helpersAndrei Emeltchenko1-0/+64