Lines Matching defs:controller
52 #include "device/include/controller.h"
563 const controller_t* controller = controller_get_interface();
564 if (!controller->get_is_ready()) {
566 "%s: Controller not ready! Unable to return Bluetooth Address",
571 LOG_ERROR(LOG_TAG, "%s: Controller ready!", __func__);
572 *bd_addr = *controller->get_address();