Searched refs:btc_ble_gatts_args_t (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gatts_api.c | 35 btc_ble_gatts_args_t arg; in esp_ble_gatts_app_register() 49 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL) == BT_STATUS_SUCCESS … in esp_ble_gatts_app_register() 56 btc_ble_gatts_args_t arg; in esp_ble_gatts_app_unregister() 65 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL) == BT_STATUS_SUCCESS … in esp_ble_gatts_app_unregister() 72 btc_ble_gatts_args_t arg; in esp_ble_gatts_create_service() 83 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL) == BT_STATUS_SUCCESS … in esp_ble_gatts_create_service() 92 btc_ble_gatts_args_t arg; in esp_ble_gatts_create_attr_tab() 104 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), btc_gatts_arg_deep_copy) in esp_ble_gatts_create_attr_tab() 112 btc_ble_gatts_args_t arg; in esp_ble_gatts_add_included_service() 122 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL) == BT_STATUS_SUCCESS … in esp_ble_gatts_add_included_service() [all …]
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatts.c | 63 btc_ble_gatts_args_t *dst = (btc_ble_gatts_args_t *) p_dest; in btc_gatts_arg_deep_copy() 64 btc_ble_gatts_args_t *src = (btc_ble_gatts_args_t *)p_src; in btc_gatts_arg_deep_copy() 171 btc_ble_gatts_args_t *arg = (btc_ble_gatts_args_t *)msg->arg; in btc_gatts_arg_deep_free() 609 btc_ble_gatts_args_t *arg = (btc_ble_gatts_args_t *)msg->arg; in btc_gatts_call_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gatts.h | 152 } btc_ble_gatts_args_t; typedef
|
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 408 btc_ble_gatts_args_t arg; in esp_blufi_close() 413 return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gatts_args_t), NULL) in esp_blufi_close()
|