Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth/public/pw_bluetooth/gatt/
Dserver.h232 enum class PublishServiceError { enum
249 using PublishServiceResult = Result<PublishServiceError, LocalService::Ptr>;
/external/pigweed/pw_bluetooth_profiles/public/pw_bluetooth_profiles/
Ddevice_info_service.h97 void(bluetooth::Result<bluetooth::gatt::Server::PublishServiceError>)>
205 bluetooth::Result<bluetooth::gatt::Server::PublishServiceError>)>
/external/pigweed/pw_bluetooth_profiles/
Ddevice_info_service.cc24 void(bluetooth::Result<bluetooth::gatt::Server::PublishServiceError>)> in PublishService()
Ddevice_info_service_test.cc102 bluetooth::Result<bluetooth::gatt::Server::PublishServiceError> res) { in TEST()