How to permanently configure bluetooth hci device to run in piscan mode The 2019 Stack Overflow Developer Survey Results Are InBluetooth (Atheros AR5BBU22) not workingHow to change bluetooth device name permanently?Bluetooth mouse no longer paired after resuming from suspend since upgrading to 13.10Error while connecting A2DP device, Bluetooth BlueZ Dbus Exception Ubuntu12.04LTSUbuntu 13.10: Broadcom 43142 not finding bluetooth devicesBluetooth Socket Program: connect: Host is downUbuntu 15.10 & Globalsat BT-338 Bluetooth GPS - org.bluez.Error.NotAvailablehow to setup a Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)bluetoothctl can't detect device but hcitool can?Bluetooth does not work but WiFi does on Intel 7265 with both Ubuntu 16.04 and 16.10
How to support a colleague who finds meetings extremely tiring?
What do the Banks children have against barley water?
Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?
Why was M87 targetted for the Event Horizon Telescope instead of Sagittarius A*?
Pokemon Turn Based battle (Python)
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
When should I buy a clipper card after flying to OAK?
What is the meaning of Triage in Cybersec world?
Loose spokes after only a few rides
What is the meaning of the verb "bear" in this context?
Multiply Two Integer Polynomials
One word riddle: Vowel in the middle
Why is the Constellation's nose gear so long?
Can a rogue use sneak attack with weapons that have the thrown property even if they are not thrown?
Is there a symbol for a right arrow with a square in the middle?
Why did Acorn's A3000 have red function keys?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
Identify boardgame from Big movie
Is flight data recorder erased after every flight?
Right tool to dig six foot holes?
Time travel alters history but people keep saying nothing's changed
Have you ever entered Singapore using a different passport or name?
How to deal with fear of taking dependencies
How to permanently configure bluetooth hci device to run in piscan mode
The 2019 Stack Overflow Developer Survey Results Are InBluetooth (Atheros AR5BBU22) not workingHow to change bluetooth device name permanently?Bluetooth mouse no longer paired after resuming from suspend since upgrading to 13.10Error while connecting A2DP device, Bluetooth BlueZ Dbus Exception Ubuntu12.04LTSUbuntu 13.10: Broadcom 43142 not finding bluetooth devicesBluetooth Socket Program: connect: Host is downUbuntu 15.10 & Globalsat BT-338 Bluetooth GPS - org.bluez.Error.NotAvailablehow to setup a Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)bluetoothctl can't detect device but hcitool can?Bluetooth does not work but WiFi does on Intel 7265 with both Ubuntu 16.04 and 16.10
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to scan classic bluetooth devices using hcitool scan
.
hciconfig of my device is
hci0: Type: Primary Bus: USB
BD Address: 9C:B6:D0:3B:22:A8 ACL MTU: 1024:8 SCO MTU: 50:8
UP RUNNING
RX bytes:762 acl:0 sco:0 events:57 errors:0
TX bytes:3178 acl:0 sco:0 commands:57 errors:0
Features: 0xff 0xfe 0x8f 0xfe 0xd8 0x3f 0x5b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF
Link mode: SLAVE ACCEPT
Name: 'My_device#1'
Class: 0x0c010c
Service Classes: Rendering, Capturing
Device Class: Computer, Laptop
HCI Version: 4.2 (0x8) Revision: 0x0
LMP Version: 4.2 (0x8) Subversion: 0x25a
Manufacturer: Qualcomm (29)
I have observed that when I set hciconfig hci0 piscan
the hcitool scan
returns me devices but not otherwise.
How can i set the hci device permanently to piscan mode?
Also is there any reliable way to scan classic bluetooth apart from using hcitool for linux platform?
bluetooth
New contributor
add a comment |
I am trying to scan classic bluetooth devices using hcitool scan
.
hciconfig of my device is
hci0: Type: Primary Bus: USB
BD Address: 9C:B6:D0:3B:22:A8 ACL MTU: 1024:8 SCO MTU: 50:8
UP RUNNING
RX bytes:762 acl:0 sco:0 events:57 errors:0
TX bytes:3178 acl:0 sco:0 commands:57 errors:0
Features: 0xff 0xfe 0x8f 0xfe 0xd8 0x3f 0x5b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF
Link mode: SLAVE ACCEPT
Name: 'My_device#1'
Class: 0x0c010c
Service Classes: Rendering, Capturing
Device Class: Computer, Laptop
HCI Version: 4.2 (0x8) Revision: 0x0
LMP Version: 4.2 (0x8) Subversion: 0x25a
Manufacturer: Qualcomm (29)
I have observed that when I set hciconfig hci0 piscan
the hcitool scan
returns me devices but not otherwise.
How can i set the hci device permanently to piscan mode?
Also is there any reliable way to scan classic bluetooth apart from using hcitool for linux platform?
bluetooth
New contributor
add a comment |
I am trying to scan classic bluetooth devices using hcitool scan
.
hciconfig of my device is
hci0: Type: Primary Bus: USB
BD Address: 9C:B6:D0:3B:22:A8 ACL MTU: 1024:8 SCO MTU: 50:8
UP RUNNING
RX bytes:762 acl:0 sco:0 events:57 errors:0
TX bytes:3178 acl:0 sco:0 commands:57 errors:0
Features: 0xff 0xfe 0x8f 0xfe 0xd8 0x3f 0x5b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF
Link mode: SLAVE ACCEPT
Name: 'My_device#1'
Class: 0x0c010c
Service Classes: Rendering, Capturing
Device Class: Computer, Laptop
HCI Version: 4.2 (0x8) Revision: 0x0
LMP Version: 4.2 (0x8) Subversion: 0x25a
Manufacturer: Qualcomm (29)
I have observed that when I set hciconfig hci0 piscan
the hcitool scan
returns me devices but not otherwise.
How can i set the hci device permanently to piscan mode?
Also is there any reliable way to scan classic bluetooth apart from using hcitool for linux platform?
bluetooth
New contributor
I am trying to scan classic bluetooth devices using hcitool scan
.
hciconfig of my device is
hci0: Type: Primary Bus: USB
BD Address: 9C:B6:D0:3B:22:A8 ACL MTU: 1024:8 SCO MTU: 50:8
UP RUNNING
RX bytes:762 acl:0 sco:0 events:57 errors:0
TX bytes:3178 acl:0 sco:0 commands:57 errors:0
Features: 0xff 0xfe 0x8f 0xfe 0xd8 0x3f 0x5b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF
Link mode: SLAVE ACCEPT
Name: 'My_device#1'
Class: 0x0c010c
Service Classes: Rendering, Capturing
Device Class: Computer, Laptop
HCI Version: 4.2 (0x8) Revision: 0x0
LMP Version: 4.2 (0x8) Subversion: 0x25a
Manufacturer: Qualcomm (29)
I have observed that when I set hciconfig hci0 piscan
the hcitool scan
returns me devices but not otherwise.
How can i set the hci device permanently to piscan mode?
Also is there any reliable way to scan classic bluetooth apart from using hcitool for linux platform?
bluetooth
bluetooth
New contributor
New contributor
New contributor
asked 2 days ago
strongpointstrongpoint
61
61
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
);
);
strongpoint is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132252%2fhow-to-permanently-configure-bluetooth-hci-device-to-run-in-piscan-mode%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
strongpoint is a new contributor. Be nice, and check out our Code of Conduct.
strongpoint is a new contributor. Be nice, and check out our Code of Conduct.
strongpoint is a new contributor. Be nice, and check out our Code of Conduct.
strongpoint is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132252%2fhow-to-permanently-configure-bluetooth-hci-device-to-run-in-piscan-mode%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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