From f4db1bca77b0ab8ca16d1f2a44ef92fd2daa2dd5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 29 Jun 2014 23:24:42 +0200 Subject: [PATCH] doc: Add documentation for Device Added and Device Removed events --- doc/mgmt-api.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index bcdff2e1e..56688369b 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -2541,6 +2541,47 @@ New Signature Resolving Key Event a device. So either its public address or static random address. +Device Added Event +================== + + Event Code: 0x001a + Controller Index: + Event Parameters: Address (6 Octets) + Address_Type (1 Octet) + Action (1 Octet) + + This event indicates that a device has been added using the + Add Device command. + + Possible values for the Address_Type parameter: + 0 Reserved (not in use) + 1 LE Public + 2 LE Random + + The event will only be sent to management sockets other than the + one through which the command was sent. + + +Device Removed Event +==================== + + Event Code: 0x001b + Controller Index: + Event Parameters: Address (6 Octets) + Address_Type (1 Octet) + + This event indicates that a device has been removed using the + Remove Device command. + + Possible values for the Address_Type parameter: + 0 Reserved (not in use) + 1 LE Public + 2 LE Random + + The event will only be sent to management sockets other than the + one through which the command was sent. + + New Connection Parameter Event ============================== -- 2.47.3