OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kErrorInvalidProtocol
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/pairing/
bluetooth_pairing_constants.cc
12
const char*
kErrorInvalidProtocol
= "Invalid protocol";
bluetooth_pairing_constants.h
13
extern const char*
kErrorInvalidProtocol
;
bluetooth_host_pairing_controller.cc
285
AbortWithError(PAIRING_ERROR_PAIRING_OR_ENROLLMENT,
kErrorInvalidProtocol
);
309
AbortWithError(PAIRING_ERROR_PAIRING_OR_ENROLLMENT,
kErrorInvalidProtocol
);
Completed in 188 milliseconds