Home
last modified time | relevance | path

Searched refs:btc_ble_gatts_args_t (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gatts_api.c40 btc_ble_gatts_args_t arg; in esp_ble_gatts_app_register()
54 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gatts_app_register()
61 btc_ble_gatts_args_t arg; in esp_ble_gatts_app_unregister()
70 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gatts_app_unregister()
77 btc_ble_gatts_args_t arg; in esp_ble_gatts_create_service()
88 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gatts_create_service()
97 btc_ble_gatts_args_t arg; in esp_ble_gatts_create_attr_tab()
114 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), btc_gatts_arg_deep_copy, in esp_ble_gatts_create_attr_tab()
122 btc_ble_gatts_args_t arg; in esp_ble_gatts_add_included_service()
132 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL, NULL) == BT_STATUS_SU… in esp_ble_gatts_add_included_service()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c65 btc_ble_gatts_args_t *dst = (btc_ble_gatts_args_t *) p_dest; in btc_gatts_arg_deep_copy()
66 btc_ble_gatts_args_t *src = (btc_ble_gatts_args_t *)p_src; in btc_gatts_arg_deep_copy()
173 btc_ble_gatts_args_t *arg = (btc_ble_gatts_args_t *)msg->arg; in btc_gatts_arg_deep_free()
617 btc_ble_gatts_args_t *arg = (btc_ble_gatts_args_t *)msg->arg; in btc_gatts_call_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatts.h145 } btc_ble_gatts_args_t; typedef
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c417 btc_ble_gatts_args_t arg; in esp_blufi_close()
422 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL, NULL) in esp_blufi_close()