Bluetooth 5. extended advertising on android device
up vote
0
down vote
favorite
I'm developing an mobile application which should communicate with other devices through BLE5. Mainly, I would like to use extended advertising packets which are defined in BLE5 specification but it seems that the newest mobile phones does not support it yet.
I'm using samsung galaxy s9+ with bluetooth 5.0 but if I call some android native properties for example :
BluetoothAdapter.DefaultAdapter.IsLeExtendedAdvertisingSupported
BluetoothAdapter.DefaultAdapter.LeMaximumAdvertisingDataLength
from Android.Bluetooth.LE library then it will return false
and 31
. So this is for previous BLE verisons.
Does anyone know if any devices support extended advertising or if it can be ensured in some way on devices with BLE5?
android bluetooth advertising
add a comment |
up vote
0
down vote
favorite
I'm developing an mobile application which should communicate with other devices through BLE5. Mainly, I would like to use extended advertising packets which are defined in BLE5 specification but it seems that the newest mobile phones does not support it yet.
I'm using samsung galaxy s9+ with bluetooth 5.0 but if I call some android native properties for example :
BluetoothAdapter.DefaultAdapter.IsLeExtendedAdvertisingSupported
BluetoothAdapter.DefaultAdapter.LeMaximumAdvertisingDataLength
from Android.Bluetooth.LE library then it will return false
and 31
. So this is for previous BLE verisons.
Does anyone know if any devices support extended advertising or if it can be ensured in some way on devices with BLE5?
android bluetooth advertising
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm developing an mobile application which should communicate with other devices through BLE5. Mainly, I would like to use extended advertising packets which are defined in BLE5 specification but it seems that the newest mobile phones does not support it yet.
I'm using samsung galaxy s9+ with bluetooth 5.0 but if I call some android native properties for example :
BluetoothAdapter.DefaultAdapter.IsLeExtendedAdvertisingSupported
BluetoothAdapter.DefaultAdapter.LeMaximumAdvertisingDataLength
from Android.Bluetooth.LE library then it will return false
and 31
. So this is for previous BLE verisons.
Does anyone know if any devices support extended advertising or if it can be ensured in some way on devices with BLE5?
android bluetooth advertising
I'm developing an mobile application which should communicate with other devices through BLE5. Mainly, I would like to use extended advertising packets which are defined in BLE5 specification but it seems that the newest mobile phones does not support it yet.
I'm using samsung galaxy s9+ with bluetooth 5.0 but if I call some android native properties for example :
BluetoothAdapter.DefaultAdapter.IsLeExtendedAdvertisingSupported
BluetoothAdapter.DefaultAdapter.LeMaximumAdvertisingDataLength
from Android.Bluetooth.LE library then it will return false
and 31
. So this is for previous BLE verisons.
Does anyone know if any devices support extended advertising or if it can be ensured in some way on devices with BLE5?
android bluetooth advertising
android bluetooth advertising
edited Nov 8 at 14:01
Ratul Sharker
2,67911526
2,67911526
asked Nov 8 at 13:52
Petr Stepan
11
11
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fstackoverflow.com%2fquestions%2f53209129%2fbluetooth-5-extended-advertising-on-android-device%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