issues
search
taks
/
esp32-nimble
A wrapper for the ESP32 NimBLE Bluetooth stack.
Apache License 2.0
118
stars
35
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Getting stuck in notify after a while
#151
vermasrijan19
opened
3 days ago
0
Regression in Manufacture Data from v0.7.0 -> v0.8.0
#150
yelhouakmi
closed
2 days ago
4
Any way to get the IRK?
#149
pierrickrouxel
opened
4 days ago
0
Fix ESP-IDF v5.2.2 build
#148
taks
closed
2 weeks ago
0
Build issue for v0.8.1
#147
jacksonemiller
closed
3 weeks ago
4
Enforce BLEClient creation via BLEDevice instance.
#146
codepainters
closed
1 month ago
0
It's too easy to create BLEClient without BLEDevice initialized.
#145
codepainters
closed
1 month ago
1
Fixed BLEClient dropping multiple times
#144
taks
closed
1 month ago
0
failed to receive data from characteristic indication
#143
ricson-hoo
closed
1 month ago
7
Changed scan API (breaking change)
#142
taks
closed
2 months ago
0
Added extended advertising scan support
#141
taks
closed
2 months ago
0
get_manufacture_data is diffrent from other lib
#140
reformc
opened
2 months ago
1
unhandled event: 29
#139
reformc
closed
2 months ago
3
Added rustc-check-cfg to build.rs
#138
taks
closed
3 months ago
0
BleAddress LE and BE functions (breaking change)
#137
ChocolateLoverRaj
closed
3 months ago
0
Memory Leak When Looping Scan
#136
Ticlext-Altihaf
closed
3 months ago
2
Creating a new BLEAddress is confusing because it reverses the bytes.
#135
ChocolateLoverRaj
closed
3 months ago
3
Build errors
#134
materoy
closed
3 months ago
1
Fix Guru Meditation Error
#133
taks
closed
3 months ago
0
How do handle large reads (larger than MAX MTU)?
#132
juliankrieger
opened
4 months ago
9
Update README.md to include tips on increasing esp-ble task stack size
#131
juliankrieger
closed
4 months ago
1
Add hint for potential increase of CONFIG_BT_NIMBLE_HOST_TASK_STACK_SIZE
#130
juliankrieger
closed
4 months ago
3
Reflect new build args propagation in `build.rs`
#129
taks
closed
4 months ago
0
Reflect new build args propagation in `build.rs`
#128
juliankrieger
closed
4 months ago
0
# Fix: Update RSSI Field in BLEAdvertisedDevice Structure During Discovery
#127
p3zhy
closed
4 months ago
1
NimBLE: GAP procedure initiated: stop advertising.
#126
HaoboGu
closed
5 months ago
1
ble_gatt_chr_def, Required fields/characteristics in struct?
#125
terelldunn
closed
5 months ago
4
Impl std::error::Error for BLEError
#124
taks
closed
6 months ago
0
Support v5.2.1 esp-idf
#123
brandonros
closed
6 months ago
2
Support original NimBLE as well
#122
alistair23
opened
7 months ago
1
Fix memory leak
#121
taks
closed
7 months ago
0
Add resolve_rpa to keyboard example
#120
HaoboGu
closed
7 months ago
0
ble_keyboard example doesn't work
#119
HaoboGu
closed
7 months ago
2
Added Accessor Functions
#118
taks
closed
7 months ago
0
Added L2CAP support
#117
taks
closed
1 month ago
2
Added debug feature
#116
taks
closed
7 months ago
0
Support L2CAP
#115
milewski
closed
1 month ago
6
Added BLECharacteristic.cpfd
#114
taks
closed
8 months ago
0
Make use of `esp_idf_svc::eventloop::EspSystemEventLoop` instead of `loop`?
#113
juliankrieger
opened
8 months ago
3
Fix URLs in changelog.
#112
taks
closed
8 months ago
0
Change branch
#111
ryankopf
closed
8 months ago
3
ble_gatt_chr_def missing `cpfd` on ESP-IDF version 5.2.1
#110
ryankopf
closed
8 months ago
0
convert BLE_ERR_INV_HCI_CMD_PARMS to BLE_HS_EINVAL
#109
taks
closed
8 months ago
0
Fixed `BLERemoteCharacteristic::get_descriptors`
#108
taks
closed
8 months ago
0
Add docs to BLECharacteristic::on_subscription
#107
sampaioletti
closed
8 months ago
1
Return BLE_HS_EDONE in characteristic discovery
#106
geovie
closed
8 months ago
1
Changed `BLEReturnCode(pub u32)` to `BLEError(NonZeroI32)`
#105
taks
closed
8 months ago
0
Wrong error mapping for BLE_ERR_INV_HCI_CMD_PARMS on set_raw_data
#104
mbv
closed
8 months ago
1
Add member docs to NimbleProperties
#103
sampaioletti
closed
2 months ago
0
The PartialEq implementation for the BLEAddress struct modified
#102
p3zhy
closed
8 months ago
1
Next