Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/6] bluetoothctl: agent's implementation
@ 2013-03-14 18:22 Alex Deymo
  2013-03-14 18:22 ` [PATCH 1/6] Add color modifiers to NEW, CHG and DEL events Alex Deymo
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Alex Deymo @ 2013-03-14 18:22 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: keybuk, marcel, deymo

The bluetoothctl client tool is able to register an org.bluez.Agent1 but the
current implementation is incomplete and has some trouble sharing the input
between the agent (for pincodes and passkeys) and the command.

This set of patches improves this bluetoothctl interface completing the agent
implementation with the missing DisplayPincode, DisplayPasskey and
RequestPasskey. It also lets the user chose the agent's capability argument
when registering it.

Alex Deymo (6):
  Add color modifiers to NEW, CHG and DEL events.
  Right prompt management on agent input
  "agent" command capability argument and autocompletion
  Agent's DisplayPincode implementation
  Agent's DisplayPasskey implementation
  Agent's RequestPasskey implementation

 client/agent.c   | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
 client/display.h |   7 ++-
 client/main.c    | 115 ++++++++++++++++++++++++++++++++++++++------
 3 files changed, 237 insertions(+), 27 deletions(-)

-- 
1.8.1.3

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2013-03-15  3:54 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 18:22 [PATCH 0/6] bluetoothctl: agent's implementation Alex Deymo
2013-03-14 18:22 ` [PATCH 1/6] Add color modifiers to NEW, CHG and DEL events Alex Deymo
2013-03-14 18:22 ` [PATCH 2/6] Right prompt management on agent input Alex Deymo
2013-03-14 19:32   ` Vinicius Costa Gomes
2013-03-14 23:26     ` Alex Deymo
2013-03-14 18:22 ` [PATCH 3/6] "agent" command capability argument and autocompletion Alex Deymo
2013-03-14 19:47   ` Vinicius Costa Gomes
2013-03-14 20:00   ` Vinicius Costa Gomes
2013-03-14 20:32     ` Alex Deymo
2013-03-14 20:41       ` Vinicius Costa Gomes
2013-03-14 22:08         ` Alex Deymo
2013-03-15  3:47           ` Alex Deymo
2013-03-14 18:22 ` [PATCH 4/6] Agent's DisplayPincode implementation Alex Deymo
2013-03-14 18:22 ` [PATCH 5/6] Agent's DisplayPasskey implementation Alex Deymo
2013-03-14 19:51   ` Vinicius Costa Gomes
2013-03-14 20:45   ` Anderson Lizardo
2013-03-14 18:22 ` [PATCH 6/6] Agent's RequestPasskey implementation Alex Deymo
2013-03-15  3:54   ` Alex Deymo
2013-03-15  3:52 ` [PATCH 5/6] Agent's DisplayPasskey implementation Alex Deymo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox