Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_spec.cpp92 const std::map<RequestStatus, PowerInfo> PowerSpec::MODE_SPEC_GATT_CLIENT = { member in OHOS::bluetooth::PowerSpec
118 {PROFILE_NAME_GATT_CLIENT, MODE_SPEC_GATT_CLIENT},
H A Dpower_spec.h249 static const std::map<RequestStatus, PowerInfo> MODE_SPEC_GATT_CLIENT; variable