Searched refs:btc_ble_gattc_args_t (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.5.0/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 35 btc_ble_gattc_args_t arg; in esp_ble_gattc_app_register() 48 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL) == BT_STATUS_SUCCESS … in esp_ble_gattc_app_register() 54 btc_ble_gattc_args_t arg; in esp_ble_gattc_app_unregister() 63 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL) == BT_STATUS_SUCCESS … in esp_ble_gattc_app_unregister() 69 btc_ble_gattc_args_t arg; in esp_ble_gattc_open() 82 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL) == BT_STATUS_SUCCESS … in esp_ble_gattc_open() 90 btc_ble_gattc_args_t arg; in esp_ble_gattc_aux_open() 103 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL) == BT_STATUS_SUCCESS … in esp_ble_gattc_aux_open() 111 btc_ble_gattc_args_t arg; in esp_ble_gattc_close() 120 …return (btc_transfer_context(&msg, &arg, sizeof(btc_ble_gattc_args_t), NULL) == BT_STATUS_SUCCESS … in esp_ble_gattc_close() [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 30 btc_ble_gattc_args_t *dst = (btc_ble_gattc_args_t *) p_dest; in btc_gattc_arg_deep_copy() 31 btc_ble_gattc_args_t *src = (btc_ble_gattc_args_t *)p_src; in btc_gattc_arg_deep_copy() 78 btc_ble_gattc_args_t *arg = (btc_ble_gattc_args_t *)msg->arg; in btc_gattc_arg_deep_free() 194 static void btc_gattc_app_register(btc_ble_gattc_args_t *arg) in btc_gattc_app_register() 202 static void btc_gattc_app_unregister(btc_ble_gattc_args_t *arg) in btc_gattc_app_unregister() 207 static void btc_gattc_open(btc_ble_gattc_args_t *arg) in btc_gattc_open() 215 static void btc_gattc_close(btc_ble_gattc_args_t *arg) in btc_gattc_close() 221 static void btc_gattc_cfg_mtu(btc_ble_gattc_args_t *arg) in btc_gattc_cfg_mtu() 295 static void btc_gattc_search_service(btc_ble_gattc_args_t *arg) in btc_gattc_search_service() 593 static void btc_gattc_read_char(btc_ble_gattc_args_t *arg) in btc_gattc_read_char() [all …]
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gattc.h | 201 } btc_ble_gattc_args_t; typedef
|