I want to create a whitelist on the Central device. Because there is a lot of peripheral devices around and I just want to connect one peripheral device. First I register the address of the central device to the peripheral device. When I work with a single peripheral device and a single central device, connection establishes and I can send commands from the central device to the peripheral device. But when I have more than one peripheral device in the vicinity, I can not send commands to the peripheral device registered from the central device. So I decided to create whitelist on the central device to connect the peripheral device which I registered before. But I don't know how to create a whitelist on the Central device. Do you have any example? (except ble_app_hrs)
How to create a whitelist on the Central device (Bluetooth)
1.6k Views Asked by Purgoufr At
0
There are 0 best solutions below
Related Questions in BLUETOOTH
- Bluetooth connection to Sphero is lost when smartphone "goes to sleep"
- MFi Program by Apple
- Android Wear Device as iBeacon
- android - How to get a iBecon detection state when I kill app from Background?
- IOException: broken pipe when sending file from android device to PC via Bluetooth
- How deploy an large number iBeacons
- Send a Android BLE GATT Notification
- burst notifications with Bluetooth Low Energy on Android
- Is there a way to change bluetooth module's baud rate via Bluetooth connection with Android device?
- NFC Bluetooth handover - WITHOUT user confirmation
- Is it possible to create an app that when installed the user can easily turn Bluetooth/NFC ON and OFF by double clicking the Home button?
- Difference between attributes and services in BLE
- Global name 'bluetooth' is not defined
- iOS Bluetooth list of devices already connected?
- Bluetooth discovery not starting on first click
Related Questions in BLUETOOTH-LOWENERGY
- How to read a characteristic (e.g. in WICED Smart example "speed_test")
- Android Wear Device as iBeacon
- How to get MAC Address of beacon when ranging and monitoring in iOS
- android - How to get a iBecon detection state when I kill app from Background?
- How to use core bluetooth framework to connect Headsets/handsfree?
- Android : auto connect to heartrate sensor ble
- bluetoothGatt writeCharacteristic returns false
- Android's BLE Service Discovery (BluetoothGatt#discoverServices()) and Low Energy vs BR/EDR
- How deploy an large number iBeacons
- Send a Android BLE GATT Notification
- burst notifications with Bluetooth Low Energy on Android
- How to share files with all other devices from my iOS device through application?
- Is it possible to create an app that when installed the user can easily turn Bluetooth/NFC ON and OFF by double clicking the Home button?
- Difference between attributes and services in BLE
- How do I use Meteor and a Cordova BLE plugin to connect to a BLE device
Related Questions in WHITELIST
- JSOUP - How to get list of disallowed tags found in html?
- Not able to navigate to certain URL in cordova
- using ionic framework,local image display perfectly in chrome but not in my android phone
- passing string as a condition of a method in ruby
- Why AccessController is not blocking the non-privileged access
- User authentication for connecting to robomongo
- Blocked requests on Openshift?
- Is it possible to be blacklisted by having various friendly "From" names in Emails?
- What is the best way to prevent visitors from accessing website in development?
- SafeHtml with BASIC whiteListType fails on link with rel=nofollow
- phonegap : Sever side link for internal html file...?
- AJAX failing in Android using Cordova
- Trying to add a conditional to a function, and receiving an error on execution
- cordova unable to open fileURL returned by camera plugin after application restarted
- Protecting websites from outdated browsers and plugins via a whitelist/blacklist combination?
Related Questions in NRF51
- Getting started with nrf51882a
- nrf51 timer driver code bugs
- Nordic nrf51822 and S130 never gets to my application code
- Cortex M0 hardfault; BLC Huffman
- Share typedef struct array used in file among other files
- Incremental build with GCC and manual makefile?
- BLE Accelerometer
- Android BLE Characteristic setValue Unable To Write Correct Data
- Nordic Toolchain Manager initializing environment forever
- nrf24l01 communication raspberry pi not able to connect
- Micro:bit serial pins
- handling iso datetime in nrf52
- Anything equivalent to Android-Scanner-Compat-Library for iOS?
- Pyocd and Picoprobe unable to flash nRF51822
- how to unlock the flash of a nrf51822 using OpenOCD
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?