Search found 1 match
- Sun Jan 14, 2018 1:48 pm
- Forum: General Discussion
- Topic: What is the use of esp_gatt_if_t?
- Replies: 1
- Views: 3231
What is the use of esp_gatt_if_t?
I am working on a BLE client and I see function esp_err_t esp_ble_gattc_open(esp_gatt_if_t gattc_if, esp_bd_addr_t remote_bda, bool is_direct) suceeds only with gattc_if = 0x03 . I tried finding relevant documentation and walking through the forums and found nothing definite. My asumption is esp_gat...