summaryrefslogtreecommitdiff
path: root/lib/mgmt.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-22mgmt: Remove LE prefix from the peripheral settingJohan Hedberg1-1/+1
2012-10-22mgmt: Add support for LE peripheral modeJohan Hedberg1-0/+5
2012-10-04mgmt: Add string for Passkey Notify EventChan-yeol Park1-0/+1
2012-09-04mgmt: Implement support for Passkey Notify eventJohan Hedberg1-0/+7
2012-08-17mgmt: Add reason to device disconnect eventMikel Astiz1-0/+6
2012-07-30Fix not setting class of device in adapterSzymon Janc1-0/+4
2012-04-25Remove MGMT address type definitionClaudio Takahasi1-5/+0
2012-03-28mgmtops: Add support for setting Device IDSzymon Janc1-0/+9
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-29mgmt: Add error code definitionsJohan Hedberg1-0/+17
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-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-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-01mgmt: Update event opcodes to latest API specJohan Hedberg1-17/+17
2012-02-01mgmt: Update commands to latest APIJohan Hedberg1-45/+47
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
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-09-26Implement fast connectable mode for mgmt interfaceAntti Julku1-0/+5
2011-09-01Add support for blacklisting eventsAntti Julku1-0/+10
2011-06-16Add blacklisting support for management interfaceAntti Julku1-0/+10
2011-04-28Add secure param to mgmt_ev_pin_code_requestWaldemar Rymarkiewicz1-0/+1
2011-04-28Add support for store_hint in mgmt_ev_new_keyJohan Hedberg1-0/+1
2011-04-28Remove unused old_key_type from mgmt_ev_new_keyJohan Hedberg1-1/+0
2011-04-28mgmtops: Add support for confirm_hint in mgmt_ev_user_confirm_requestJohan Hedberg1-0/+1
2011-03-31mgmt: Add support for discovering eventJohan Hedberg1-0/+2