Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_spec.cpp100 const std::map<RequestStatus, PowerInfo> PowerSpec::MODE_SPEC_GATT_SERVER = { member in OHOS::bluetooth::PowerSpec
119 {PROFILE_NAME_GATT_SERVER, MODE_SPEC_GATT_SERVER},
H A Dpower_spec.h250 static const std::map<RequestStatus, PowerInfo> MODE_SPEC_GATT_SERVER; variable