How to use embedded device as bluetooth HSP/HFP source The Next CEO of Stack OverflowWhy does pulseaudio handle the sound quality connection to a BT device?What file system to use on embedded static ram device?Pulseaudio does not register HFP profile in SDP serverHow to access a keyboard in embedded devicehow to use bluetooth device with HSP/HFP profile using pulseaudio >=6 and bluez >= 5.24How to connect to my phone via bluetooth serialCan't use make command BluetoothUsing acquire-write and acquire-notify in bluetoothctl for Bluetooth Low Energe characteristic BLENo sound played on Bluetooth Headset even if connectedDell XPS 15 9550 - Bluetooth will not connect to anything

Expressing the idea of having a very busy time

Help/tips for a first time writer?

Expectation in a stochastic differential equation

What does "shotgun unity" refer to here in this sentence?

Yu-Gi-Oh cards in Python 3

Is there a way to save my career from absolute disaster?

Players Circumventing the limitations of Wish

Can Sneak Attack be used when hitting with an improvised weapon?

It is correct to match light sources with the same color temperature?

Decide between Polyglossia and Babel for LuaLaTeX in 2019

Lucky Feat: How can "more than one creature spend a luck point to influence the outcome of a roll"?

Help! I cannot understand this game’s notations!

Does Germany produce more waste than the US?

Could a dragon use its wings to swim?

IC has pull-down resistors on SMBus lines?

Is fine stranded wire ok for main supply line?

Towers in the ocean; How deep can they be built?

Is there an equivalent of cd - for cp or mv

Airplane gently rocking its wings during whole flight

What is the process for cleansing a very negative action

Easy to read palindrome checker

In the "Harry Potter and the Order of the Phoenix" video game, what potion is used to sabotage Umbridge's speakers?

Reshaping json / reparing json inside shell script (remove trailing comma)

Is it convenient to ask the journal's editor for two additional days to complete a review?



How to use embedded device as bluetooth HSP/HFP source



The Next CEO of Stack OverflowWhy does pulseaudio handle the sound quality connection to a BT device?What file system to use on embedded static ram device?Pulseaudio does not register HFP profile in SDP serverHow to access a keyboard in embedded devicehow to use bluetooth device with HSP/HFP profile using pulseaudio >=6 and bluez >= 5.24How to connect to my phone via bluetooth serialCan't use make command BluetoothUsing acquire-write and acquire-notify in bluetoothctl for Bluetooth Low Energe characteristic BLENo sound played on Bluetooth Headset even if connectedDell XPS 15 9550 - Bluetooth will not connect to anything










0















I have ARM based board, kernel 4.14.67 and bluez-4.101. I want to connect bluetooth headset for playing sound from the board. My question is similar to that: https://stackoverflow.com/questions/36295784/bluez-4-101-on-embedded-arm-device

I try to do the following:



1) make a file named .asoundrc in home directory



2) hciconfig hci0 up piscan



3) bluetoothd -d -n (how to make debug output more verbose?? It prints just a small amount of info)



4) sdptool add hs - Is this enables Headset profile?



5) power on headset and enter pairable mode on it



6) hcitool cc 00:1C:EF:9F:86:BC - try to connect to headset, there is no any output from the command and I don't know is it successful or not?



7) then I immediately call hcitool con and see



Connections:
< ACL 00:1C:EF:9F:86:BC handle 43 state 1 lm MASTER


but a few seconds later subsequent call of hcitool con returns nothing connected.



No debug output in dmesg or from bluetoothd seen. What may be the reason of connection goes down?



8) Try to play aplay -D btheadset ./testsound.wav, but it failed:



bt_audio_service_open: connect() failed: Connection refused (111)
aplay: main:722: audio open error: Connection refused


.asoundrc contents:



pcm.btheadset 
type plug
slave
pcm
type bluetooth
device "00:1C:EF:9F:86:BC"
profile "auto"


hint
show on
description "Bluetooth Headset"


ctl.btheadset
type bluetooth










share|improve this question









New contributor




user344380 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    0















    I have ARM based board, kernel 4.14.67 and bluez-4.101. I want to connect bluetooth headset for playing sound from the board. My question is similar to that: https://stackoverflow.com/questions/36295784/bluez-4-101-on-embedded-arm-device

    I try to do the following:



    1) make a file named .asoundrc in home directory



    2) hciconfig hci0 up piscan



    3) bluetoothd -d -n (how to make debug output more verbose?? It prints just a small amount of info)



    4) sdptool add hs - Is this enables Headset profile?



    5) power on headset and enter pairable mode on it



    6) hcitool cc 00:1C:EF:9F:86:BC - try to connect to headset, there is no any output from the command and I don't know is it successful or not?



    7) then I immediately call hcitool con and see



    Connections:
    < ACL 00:1C:EF:9F:86:BC handle 43 state 1 lm MASTER


    but a few seconds later subsequent call of hcitool con returns nothing connected.



    No debug output in dmesg or from bluetoothd seen. What may be the reason of connection goes down?



    8) Try to play aplay -D btheadset ./testsound.wav, but it failed:



    bt_audio_service_open: connect() failed: Connection refused (111)
    aplay: main:722: audio open error: Connection refused


    .asoundrc contents:



    pcm.btheadset 
    type plug
    slave
    pcm
    type bluetooth
    device "00:1C:EF:9F:86:BC"
    profile "auto"


    hint
    show on
    description "Bluetooth Headset"


    ctl.btheadset
    type bluetooth










    share|improve this question









    New contributor




    user344380 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      I have ARM based board, kernel 4.14.67 and bluez-4.101. I want to connect bluetooth headset for playing sound from the board. My question is similar to that: https://stackoverflow.com/questions/36295784/bluez-4-101-on-embedded-arm-device

      I try to do the following:



      1) make a file named .asoundrc in home directory



      2) hciconfig hci0 up piscan



      3) bluetoothd -d -n (how to make debug output more verbose?? It prints just a small amount of info)



      4) sdptool add hs - Is this enables Headset profile?



      5) power on headset and enter pairable mode on it



      6) hcitool cc 00:1C:EF:9F:86:BC - try to connect to headset, there is no any output from the command and I don't know is it successful or not?



      7) then I immediately call hcitool con and see



      Connections:
      < ACL 00:1C:EF:9F:86:BC handle 43 state 1 lm MASTER


      but a few seconds later subsequent call of hcitool con returns nothing connected.



      No debug output in dmesg or from bluetoothd seen. What may be the reason of connection goes down?



      8) Try to play aplay -D btheadset ./testsound.wav, but it failed:



      bt_audio_service_open: connect() failed: Connection refused (111)
      aplay: main:722: audio open error: Connection refused


      .asoundrc contents:



      pcm.btheadset 
      type plug
      slave
      pcm
      type bluetooth
      device "00:1C:EF:9F:86:BC"
      profile "auto"


      hint
      show on
      description "Bluetooth Headset"


      ctl.btheadset
      type bluetooth










      share|improve this question









      New contributor




      user344380 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I have ARM based board, kernel 4.14.67 and bluez-4.101. I want to connect bluetooth headset for playing sound from the board. My question is similar to that: https://stackoverflow.com/questions/36295784/bluez-4-101-on-embedded-arm-device

      I try to do the following:



      1) make a file named .asoundrc in home directory



      2) hciconfig hci0 up piscan



      3) bluetoothd -d -n (how to make debug output more verbose?? It prints just a small amount of info)



      4) sdptool add hs - Is this enables Headset profile?



      5) power on headset and enter pairable mode on it



      6) hcitool cc 00:1C:EF:9F:86:BC - try to connect to headset, there is no any output from the command and I don't know is it successful or not?



      7) then I immediately call hcitool con and see



      Connections:
      < ACL 00:1C:EF:9F:86:BC handle 43 state 1 lm MASTER


      but a few seconds later subsequent call of hcitool con returns nothing connected.



      No debug output in dmesg or from bluetoothd seen. What may be the reason of connection goes down?



      8) Try to play aplay -D btheadset ./testsound.wav, but it failed:



      bt_audio_service_open: connect() failed: Connection refused (111)
      aplay: main:722: audio open error: Connection refused


      .asoundrc contents:



      pcm.btheadset 
      type plug
      slave
      pcm
      type bluetooth
      device "00:1C:EF:9F:86:BC"
      profile "auto"


      hint
      show on
      description "Bluetooth Headset"


      ctl.btheadset
      type bluetooth







      embedded bluez






      share|improve this question









      New contributor




      user344380 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      user344380 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 2 days ago









      fra-san

      1,8991620




      1,8991620






      New contributor




      user344380 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 2 days ago









      user344380user344380

      1




      1




      New contributor




      user344380 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      user344380 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      user344380 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          user344380 is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509451%2fhow-to-use-embedded-device-as-bluetooth-hsp-hfp-source%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          user344380 is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          user344380 is a new contributor. Be nice, and check out our Code of Conduct.












          user344380 is a new contributor. Be nice, and check out our Code of Conduct.











          user344380 is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509451%2fhow-to-use-embedded-device-as-bluetooth-hsp-hfp-source%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

          Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

          Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.