Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_utils.cpp150 static std::map<int32_t, std::string> BtErrCodeMap { variable
184 auto iter = BtErrCodeMap.find(errCode); in GetErrorCode()
185 if (iter != BtErrCodeMap.end()) { in GetErrorCode()