Home
last modified time | relevance | path

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

/system/bt/gd/hal/
Dhci_hal.h28 enum class Status : int32_t { SUCCESS, TRANSPORT_ERROR, INITIALIZATION_ERROR, UNKNOWN }; enumerator
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc289 hci_fd > 0 ? V1_0::Status::SUCCESS : V1_0::Status::INITIALIZATION_ERROR); in initialize_impl()