About 531,000 results
Open links in new tab
  1. Find & set up Bluetooth devices near your Android device

    To connect some devices to your phone without a cord, you can use Bluetooth. After you pair a Bluetooth device for the first time, your devices can connect automatically. If your phone is …

  2. Connect Chromebook to Bluetooth devices - Chromebook Help

    Pair a new Bluetooth device Important: Your phone can’t pair to your Chromebook with Bluetooth. Learn how to connect your Android phone to your Chromebook. Before you pair a device to your …

  3. Connect a website to a Bluetooth device - Google Help

    Connect a website to a Bluetooth device Chrome lets you connect a website to your Bluetooth devices. For example, if you have a Bluetooth-enabled heart monitor, you can let a website connect to it. …

  4. How to use android emulator for testing bluetooth application?

    I am developing an application which will send a request to a bluetooth printer for printing. The code is working fine for real devices, but I want to run it on the Android Emulator. How can I use ...

  5. How to programmatically pair a bluetooth device - Stack Overflow

    I'm aware the " How to programmatically pair a bluetooth device " has already been asked on StackOverflow (here for example), however for some reason, all my attempts to pair the device …

  6. How to Connect a Bluetooth or Audio device in Windows PowerShell?

    Oct 19, 2021 · I don't need to automate the pairing, but I'd like to automate the following (scribbling out actual names): Clicking connect here. Selecting the audio device here: From my initial searching, I …

  7. Connect Bluetooth devices to Google TV

    Connect Bluetooth devices to Google TV You can connect several Bluetooth devices, like headphones or game controllers, to your Google TV. You can only connect one audio device at a time. Pair a …

  8. c# - Pair bluetooth devices to a computer with 32feet .NET Bluetooth ...

    On the computer a custom bluetooth program based on 32feet .NET Bluetooth is running. The program detects all bluetooth devices in range and tries to pair with them. However, this is not done …

  9. Fix Bluetooth problems - Pixel Phone Help - Google Help

    Step 1: Check Bluetooth basics Turn Bluetooth off and then on again. Learn how to turn Bluetooth on and off. Confirm that your devices are paired and connected. Learn how to pair and connect via …

  10. Using python sockets to connect bluetooth device

    Mar 18, 2023 · I'm trying to connect to custom bluetooth device with sockets using python. I use pybluez to find device and get it's address. Current code looks like this: import bluetooth, subprocess import …