Home
last modified time | relevance | path

Searched refs:BTA_DM_DI_NONE (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_int.h64 BTA_DM_DI_NONE = 0x00, /* nothing special */ enumerator
82 if (info == BTA_DM_DI_NONE) return s + std::string(":none"); in device_info_text()
104 tBTA_DM_DEV_INFO info{BTA_DM_DI_NONE};
109 void reset_device_info() { info = BTA_DM_DI_NONE; } in reset_device_info()