Home
last modified time | relevance | path

Searched defs:gattc_if (Results 1 – 7 of 7) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/api/
Desp_gattc_api.c58 esp_err_t esp_ble_gattc_app_unregister(esp_gatt_if_t gattc_if) in esp_ble_gattc_app_unregister()
73 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()
94 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()
115 esp_err_t esp_ble_gattc_close (esp_gatt_if_t gattc_if, uint16_t conn_id) in esp_ble_gattc_close()
130 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()
145 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()
167 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()
181 esp_gatt_status_t esp_ble_gattc_get_all_char(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_all_char()
203 esp_gatt_status_t esp_ble_gattc_get_all_descr(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_all_descr()
223 esp_gatt_status_t esp_ble_gattc_get_char_by_uuid(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_char_by_uuid()
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h58 esp_gatt_if_t gattc_if; member
62 esp_gatt_if_t gattc_if; member
172 esp_gatt_if_t gattc_if; member
178 esp_gatt_if_t gattc_if; member
188 esp_gatt_if_t gattc_if; member
195 esp_gatt_if_t gattc_if; member
/device/board/openvalley/niobeu4/liteos_m/hals/drivers/bluetooth_lite/
Dbluetooth_device.h109 GattInterfaceType gattc_if; member
116 GattInterfaceType gattc_if; member
124 GattInterfaceType gattc_if; member
132 GattInterfaceType gattc_if; member
Dbluetooth_device.c206 BtError BleGattcSendMtuReq(GattInterfaceType gattc_if, uint16_t conn_id) in BleGattcSendMtuReq()
236 BtError BleGattcRegisterForNotify(GattInterfaceType gattc_if, in BleGattcRegisterForNotify()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c27 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()
789 esp_gatt_if_t gattc_if = 0; in btc_gattc_cb_handler() local
1025 uint8_t gattc_if = BTC_GATT_GET_GATT_IF(param->congest.conn_id); in btc_gattc_congest_callback() local
Dbtc_gatt_util.c178 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()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1680 static void bta_gattc_conn_cback(tGATT_IF gattc_if, BD_ADDR bda, UINT16 conn_id, in bta_gattc_conn_cback()
1728 static void bta_gattc_enc_cmpl_cback(tGATT_IF gattc_if, BD_ADDR bda) in bta_gattc_enc_cmpl_cback()