Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24d4338d authored by Myles Watson's avatar Myles Watson
Browse files

bt_target.h: Remove unused BTM_SEC_SERVICE_NAME_LEN

Bug: 327390105
Test: mma -j32
Flag: EXEMPT, build-only change
Change-Id: Icb3dd850484220cb7be15c22a1ec37b3e6833098
parent 03881af9
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -254,11 +254,6 @@
#define BTM_MAX_LOC_BD_NAME_LEN 248
#endif

/* Maximum service name stored with security authorization (0 if not needed) */
#ifndef BTM_SEC_SERVICE_NAME_LEN
#define BTM_SEC_SERVICE_NAME_LEN BT_MAX_SERVICE_NAME_LEN
#endif

/* Maximum length of the service name. */
#ifndef BT_MAX_SERVICE_NAME_LEN
#define BT_MAX_SERVICE_NAME_LEN 21
+1 −2
Original line number Diff line number Diff line
@@ -31,8 +31,7 @@
 *  Security Manager Callback Functions
 ****************************************/
/* Authorize device for service.  Parameters are
 *              Service Id (NULL - unknown service or unused
 *                                 [BTM_SEC_SERVICE_NAME_LEN set to 0])
 *              Service Id (NULL - unknown service or unused)
 */
typedef uint8_t(tBTM_AUTHORIZE_CALLBACK)(uint8_t service_id);