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

Commit bc852a04 authored by Chris Manton's avatar Chris Manton
Browse files

Add tBT_DEVICE_TYPE::unknown device type

Bug: 188297862
Tag: #refactor
Test: gd/cert/run

Change-Id: I6446d4636144ad1655914cae1457535f2ae88198
parent 1a8d83df
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
/* Device Types
 */
enum {
  BT_DEVICE_TYPE_UNKNOWN = 0,
  BT_DEVICE_TYPE_BREDR = (1 << 0),
  BT_DEVICE_TYPE_BLE = (1 << 1),
  BT_DEVICE_TYPE_DUMO = BT_DEVICE_TYPE_BREDR | BT_DEVICE_TYPE_BLE,