Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged bluetooth

0 votes
570 views
1 answer
    I'm creating an application for Android and I need a button to send my application to another phone. I ... to send my running application. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
821 views
1 answer
    I want to write gatttool in non-interactive mode. $ sudo gatttool -i hci0 -b 78:A5:04:44:0A:57 -I [78: ... : I'm using Raspberry Pi and Rasbian. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
811 views
1 answer
    When I start ble(Bluetooth Le) scan for seconds, then stop scan. Then start, then stop... after about 5- ... super.onScanFailed(errorCode); } }; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
435 views
1 answer
    I implemented a GATT Server and Client App on Android. The connection is working and I forced pairing by adding ... (settings, data, callback); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
586 views
1 answer
    I have a project that i need to know that if some smartphones are in the same room to implement that i ... same room that master smartphone is? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
607 views
1 answer
    I am using a Linux computer with bluez version 4.101. I am communicating with a BLE device in slave mode. I am ... maybe it is a pairing issue. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
680 views
1 answer
    I am making Bluetooth socket connection to Bluetooth device and want to read bytes from the device. I have ... Can anyone have workaround ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
732 views
1 answer
    My app required to connect 9 Ble devices concurrently. In this article and any other resource it write that android ... or N versions? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
668 views
1 answer
    I have downloaded the AOSP Source code for Lollipop 5.0. In api level 21, under bluetooth low energy scan ... in the source code directory. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
474 views
1 answer
    This question is not about Android notificatinos, but BLE notifications (as the title may hint) I have got ... BLE notifications on Android-L See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
470 views
1 answer
    This question is not about Android notificatinos, but BLE notifications (as the title may hint) I have got ... BLE notifications on Android-L See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
493 views
1 answer
    I am developing an Android app that interfaces with a BLE device and recently stumbled across some strange behavior: ... Google Pixel - API 25 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
550 views
1 answer
    I′m developing an BLE app, based on the Gatt sample project provided by google: https ... } SimpleExpandableListAdapter gattServiceAdapter = new SimpleExpandableListAdapter(this, g...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
622 views
1 answer
    I am currently attempting the Raspberry Pi iBeacon tutorial posted by RadiusNetworks at http://developer.radiusnetworks.com ... for any advice! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
649 views
1 answer
    I am working on a BLE project (Android application) using Android 4.3 API, i have used sample BLE app it is only ... true; } return false; } }; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
529 views
1 answer
    Can iOS (iPhone or iPad) app have Core Bluetooth (BTLE) central manger and peripheral manager objects at same ... iOS user interface devices. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
463 views
1 answer
    I have a wider range question here, so if someone could point me to a doc or article that could explain ... in the right direction. Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
481 views
1 answer
    First of all I read SOLVED: GATT callback fails to register and took the steps suggested in that post to ... could be helpful! Thanks everyone! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
433 views
1 answer
    The Bluetooth Low Energy connection parameters management seems to have changed in Android 6. I have a BLE ... information from Google ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
561 views
1 answer
    I have written a code which is successfully able to find the paired OBD and establish the connection with ... .github.com/sankarganesh/6376039 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
703 views
1 answer
    I am Working on BLE project, everything works fine when the app in the foreground.It can discover and connect ... when app in the background? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
810 views
1 answer
    My Android app scans BLE devices, and from a certain point it start to fails with error code 2 (ScanCallback. ... how to handle it properly. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
477 views
1 answer
    I see that a Bluetooth socket can be of type TYPE_L2CAP, but the constructor for BluetoothSocket seems to be ... actually supported by Android? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
480 views
1 answer
    Can u provide me the simple code for scanning the nearby BLE devices and list it by device name and MAC ID. I ... since i am new to BLE app. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
421 views
1 answer
    We are doing below process to do pair with BLE Device. Connect() + discoverServices() + Pairing(Bonding) . Sometimes ... by OS in weird way. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
585 views
1 answer
    I am trying to establish Bluetooth connection between an Android device with other mobile phone over Handsfree profile. ... . Thanks in advance. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
397 views
1 answer
    Do I need to use the Peer Picker to find peers in the new iPhone SDK 3.0? I don't really want to use it, ... Peer Picker, so I can't use that. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
529 views
1 answer
    After flashing my Nexus 5 to the Android 5.0 preview release hammerhead-lpx13d, the OS reports that it no ... -preview/issues/detail?id=1570 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.8k users

...