Searched refs:esp_ble_gattc_enh_open (Results 1 – 2 of 2) sorted by relevance
71 esp_err_t esp_ble_gattc_enh_open(esp_gatt_if_t gattc_if, esp_ble_gatt_creat_conn_params_t *creat_co… in esp_ble_gattc_enh_open() function183 return esp_ble_gattc_enh_open(gattc_if, &creat_conn_params); in esp_ble_gattc_open()197 return esp_ble_gattc_enh_open(gattc_if, &creat_conn_params); in esp_ble_gattc_aux_open()
336 esp_err_t esp_ble_gattc_enh_open(esp_gatt_if_t gattc_if, esp_ble_gatt_creat_conn_params_t *esp_gatt…