Hi,
i have a BLE Server which is advertising mutiple Service UUIDs:
With the ESP32 BLE Arduino Client example i want connect to the last Service with the UUID
65970000-4bda-4c1e-af4b-551c4cf74769
But the example shows me a different Service UUID which i'm not able to found with the nrfConnect App:
entry 0x400806b4
Starting Arduino BLE Client application...
BLE Advertised Device found: Name: , Address: 15:c7:5e:2a:cf:10, manufacturer data: 060001092002c7f1d7e6d8f9bc822f1b3c6a4137be46ef13aa278d5716
BLE Advertised Device found: Name: SmartShuntVantourer, Address: f2:ea:03:34:41:24, manufacturer data: e102100289a3, serviceUUID: cd55a389-880b-425b-b167-81ed6a15e913
BLE Advertised Device found: Name: , Address: 53:c6:8c:ec:47:b5, serviceUUID: 0000fd6f-0000-1000-8000-00805f9b34fb
BLE Advertised Device found: Name: , Address: 5d:77:e2:9b:35:8d, manufacturer data: e000bc56ca5cf761, serviceUUID: 0000fe9f-0000-1000-8000-00805f9b34fb
BLE Advertised Device found: Name: , Address: 01:47:2c:c1:b8:88, serviceUUID: 0000feed-0000-1000-8000-00805f9b34fb
BLE Advertised Device found: Name: N85TF, Address: 65:64:7c:ad:5c:d0, serviceUUID: 0000feaf-0000-1000-8000-00805f9b34fb
BLE Advertised Device found: Name: PXC 550, Address: 00:16:94:40:d3:97, serviceUUID: 63331358-23c1-11e5-b696-feff819cdc9f
If i try to connect to the service which the ESP32 displays, i get the following error:
BLE Advertised Device found: Name: SmartShuntVantourer, Address: f2:ea:03:34:41:24, manufacturer data: e102100289a3, serviceUUID: cd55a389-880b-425b-b167-81ed6a15e913
Service found
Forming a connection to f2:ea:03:34:41:24
- Created client
lld_pdu_get_tx_flush_nb HCI packet count mismatch (0, 1)
onDisconnect
Can someone give me a hint, what i'm doing wrong?
Thanks!
Maximilian