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

Skip to content
Commit 2650d8da authored by Chris Manton's avatar Chris Manton
Browse files

Replace BTM_INQ_RESULT_[BLE|BR] with common definition

stack/include/bt_device_type.h:
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,
};

Bug: 322366476
Test: m .
Flag: EXEMPT, preprocessor equivalent

Change-Id: I5193e09ce00f688b656b8cc665e1bb4864f87709
parent e9840099
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment