From ae78edb94545ccf7adce93e4d3b734bb003dd8af Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Wed, 8 Jan 2014 15:53:37 +0000 Subject: [PATCH] document sm.h --- ble/sm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ble/sm.h b/ble/sm.h index f9ad64a22..fcca45855 100644 --- a/ble/sm.h +++ b/ble/sm.h @@ -234,14 +234,12 @@ authorization_state_t sm_authorization_state(uint8_t addr_type, bd_addr_t addres * @param addr_type and address * @returns */ -// request authorization void sm_request_authorization(uint8_t addr_type, bd_addr_t address); /** * @brief Report user authorization decline * @param addr_type and address */ -// called by client app on authorization request void sm_authorization_decline(uint8_t addr_type, bd_addr_t address); /**