Searched defs:gattc_if (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 56 esp_err_t esp_ble_gattc_app_unregister(esp_gatt_if_t gattc_if) in esp_ble_gattc_app_unregister() 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() 174 esp_err_t esp_ble_gattc_open(esp_gatt_if_t gattc_if, esp_bd_addr_t remote_bda, esp_ble_addr_type_t … in esp_ble_gattc_open() 188 esp_err_t esp_ble_gattc_aux_open(esp_gatt_if_t gattc_if, esp_bd_addr_t remote_bda, esp_ble_addr_typ… in esp_ble_gattc_aux_open() 201 esp_err_t esp_ble_gattc_close (esp_gatt_if_t gattc_if, uint16_t conn_id) in esp_ble_gattc_close() 216 esp_err_t esp_ble_gattc_send_mtu_req (esp_gatt_if_t gattc_if, uint16_t conn_id) in esp_ble_gattc_send_mtu_req() 231 esp_err_t esp_ble_gattc_search_service(esp_gatt_if_t gattc_if, uint16_t conn_id, esp_bt_uuid_t *fil… in esp_ble_gattc_search_service() 253 esp_gatt_status_t esp_ble_gattc_get_service(esp_gatt_if_t gattc_if, uint16_t conn_id, esp_bt_uuid_t… in esp_ble_gattc_get_service() 267 esp_gatt_status_t esp_ble_gattc_get_all_char(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_all_char() 289 esp_gatt_status_t esp_ble_gattc_get_all_descr(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_all_descr() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gattc.h | 51 esp_gatt_if_t gattc_if; member 55 esp_gatt_if_t gattc_if; member 170 esp_gatt_if_t gattc_if; member 176 esp_gatt_if_t gattc_if; member 186 esp_gatt_if_t gattc_if; member 193 esp_gatt_if_t gattc_if; member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatt_util.c | 136 uint16_t set_read_value(uint8_t *gattc_if, esp_ble_gattc_cb_param_t *p_dest, tBTA_GATTC_READ *p_src) in set_read_value()
|
D | btc_gattc.c | 22 static inline void btc_gattc_cb_to_app(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_… in btc_gattc_cb_to_app() 801 esp_gatt_if_t gattc_if = 0; in btc_gattc_cb_handler() local 1056 uint8_t gattc_if = BTC_GATT_GET_GATT_IF(param->congest.conn_id); in btc_gattc_congest_callback() local
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 1747 static void bta_gattc_conn_cback(tGATT_IF gattc_if, BD_ADDR bda, UINT16 conn_id, in bta_gattc_conn_cback() 1800 static void bta_gattc_enc_cmpl_cback(tGATT_IF gattc_if, BD_ADDR bda) in bta_gattc_enc_cmpl_cback()
|