Home
last modified time | relevance | path

Searched refs:btc_ble_gattc_args_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c40 btc_ble_gattc_args_t arg; in esp_ble_gattc_app_register()
53 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_app_register()
59 btc_ble_gattc_args_t arg; in esp_ble_gattc_app_unregister()
68 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_app_unregister()
74 btc_ble_gattc_args_t arg; in esp_ble_gattc_enh_open()
170 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_enh_open()
204 btc_ble_gattc_args_t arg; in esp_ble_gattc_close()
213 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_close()
219 btc_ble_gattc_args_t arg; in esp_ble_gattc_send_mtu_req()
228 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gattc_send_mtu_req()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c32 btc_ble_gattc_args_t *dst = (btc_ble_gattc_args_t *) p_dest; in btc_gattc_arg_deep_copy()
33 btc_ble_gattc_args_t *src = (btc_ble_gattc_args_t *)p_src; in btc_gattc_arg_deep_copy()
80 btc_ble_gattc_args_t *arg = (btc_ble_gattc_args_t *)msg->arg; in btc_gattc_arg_deep_free()
199 static void btc_gattc_app_register(btc_ble_gattc_args_t *arg) in btc_gattc_app_register()
207 static void btc_gattc_app_unregister(btc_ble_gattc_args_t *arg) in btc_gattc_app_unregister()
212 static void btc_gattc_open(btc_ble_gattc_args_t *arg) in btc_gattc_open()
223 static void btc_gattc_close(btc_ble_gattc_args_t *arg) in btc_gattc_close()
229 static void btc_gattc_cfg_mtu(btc_ble_gattc_args_t *arg) in btc_gattc_cfg_mtu()
303 static void btc_gattc_search_service(btc_ble_gattc_args_t *arg) in btc_gattc_search_service()
601 static void btc_gattc_read_char(btc_ble_gattc_args_t *arg) in btc_gattc_read_char()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h199 } btc_ble_gattc_args_t; typedef