Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment