Search found 1 match

by Cap10_N3m0
Mon Apr 29, 2024 8:41 am
Forum: ESP-IDF
Topic: BLE Gattc multi connection using Bluetooth MAC Address
Replies: 0
Views: 537

BLE Gattc multi connection using Bluetooth MAC Address

I want to connect to 2 BLE GATT server simultaneously using a client via Bluetooth MAC address. I am using the following functions to do that esp_ble_gattc_open(gl_profile_tab[PROFILE_B_APP_ID].gattc_if, address_b, 0, true); esp_ble_gattc_open(gl_profile_tab[PROFILE_A_APP_ID].gattc_if, address_a, 0,...