Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h571 enum class MapOnOffType : uint8_t { OFF = 0, ON = 1, INVALID = 3 }; enum
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h656 enum class MapOnOffType : uint8_t { OFF = 0, ON = 1, INVALID = 3 }; enum