Lines Matching full:bluetooth
39 namespace bluetooth {
195 // The HAL Bluetooth DM callbacks.
254 // Initialize the interface. This loads the shared Bluetooth library and sets
257 // Load the Bluetooth shared library module.
261 LOG(ERROR) << "Failed to load Bluetooth library: " << status;
265 // Open the Bluetooth adapter.
269 LOG(ERROR) << "Failed to open the Bluetooth module";
276 // Initialize the Bluetooth interface. Set up the adapter (Bluetooth DM) API
280 LOG(ERROR) << "Failed to initialize Bluetooth stack";
286 LOG(ERROR) << "Failed to set up Bluetooth OS callouts";
303 // to this since the actual data resides in the shared Bluetooth library.
306 // The HAL handle that represents the underlying Bluetooth adapter. We hold a
308 // Bluetooth library.
434 } // namespace bluetooth