summaryrefslogtreecommitdiff
path: root/client/agent.h
Commit message (Collapse)AuthorAgeFilesLines
* client: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
| | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- GPL-2.0-or-later : 11 License: GPL-2.0-or-later client/adv_monitor.c client/adv_monitor.h client/advertising.h client/display.c client/main.c client/display.h client/agent.h client/gatt.c client/agent.c client/advertising.c client/gatt.h
* client: Use rl_prompt_input to prompt agent inputLuiz Augusto von Dentz2017-08-231-1/+0
| | | | | This uses rl_prompt_input to ask user input instead of maintaining its own handling in agent.c lets display.c handle all user prompt requests.
* client: Add support for requesting default agentMarcel Holtmann2012-12-201-0/+1
|
* client: Add support for providing agent capabilityMarcel Holtmann2012-12-181-1/+2
|
* client: Add support for handling passkey confirmationMarcel Holtmann2012-12-181-0/+3
|
* client: Add support for handling agent object registrationMarcel Holtmann2012-12-151-0/+25