emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bluetooth cc8f69992d 06/32: adjust initial hash table s


From: Stefan Kangas
Subject: [elpa] externals/bluetooth cc8f69992d 06/32: adjust initial hash table sizes
Date: Mon, 3 Jan 2022 15:11:06 -0500 (EST)

branch: externals/bluetooth
commit cc8f69992d12f23f260184994e3648ccca865331
Author: Raffael Stocker <r.stocker@mnet-mail.de>
Commit: Raffael Stocker <r.stocker@mnet-mail.de>

    adjust initial hash table sizes
---
 bluetooth.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bluetooth.el b/bluetooth.el
index 3bd73d9a1e..824f79ffdf 100644
--- a/bluetooth.el
+++ b/bluetooth.el
@@ -979,7 +979,7 @@ scanning the bus, displaying device info etc."
 
 (defconst bluetooth--service-class-uuids
   #s(hash-table
-        size 50 data
+        size 120 data
         (#x1000
          ("ServiceDiscoveryServerServiceClassID"
           "Bluetooth Core Specification")
@@ -1078,7 +1078,7 @@ scanning the bus, displaying device info etc."
 
 (defconst bluetooth--gatt-service-uuids
   #s(hash-table
-        size 20 data
+        size 45 data
         (#x1800
          ("Generic Access" "org.bluetooth.service.generic_access" "GSS")
          #x1811 ("Alert Notification Service"
@@ -1157,7 +1157,7 @@ scanning the bus, displaying device info etc."
 
 (defconst bluetooth--sdo-uuids
   #s(hash-table
-        size 5 data
+        size 10 data
         (#xFFF9
          ("Fast IDentity Online Alliance (FIDO)"
           "FIDO2 secure client-to-authenticator transport")
@@ -1179,7 +1179,7 @@ scanning the bus, displaying device info etc."
 
 (defconst bluetooth--member-uuids
   #s(hash-table
-        size 100 data
+        size 500 data
         (#xFEFF
          ("GN Netcom")
          #xFEFE ("GN ReSound A/S")
@@ -1708,7 +1708,7 @@ scanning the bus, displaying device info etc."
 ;; Last updated: 19. Sep 2020
 (defconst bluetooth--manufacturer-ids
   #s(hash-table
-        size 500 data
+        size 3000 data
         (#x0000
          "Ericsson Technology Licensing"
          #x0001 "Nokia Mobile Phones"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]