Home
last modified time | relevance | path

Searched defs:attr_handle (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c110 static size_t write_value(uint16_t conn_handle, uint16_t attr_handle, in write_value()
163 static size_t read_value(uint16_t conn_handle, uint16_t attr_handle, in read_value()
191 static int gatt_svr_access_cb(uint16_t conn_handle, uint16_t attr_handle, in gatt_svr_access_cb()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gatts_api.c260 …p_err_t esp_ble_gatts_send_indicate(esp_gatt_if_t gatts_if, uint16_t conn_id, uint16_t attr_handle, in esp_ble_gatts_send_indicate()
320 esp_err_t esp_ble_gatts_set_attr_value(uint16_t attr_handle, uint16_t length, const uint8_t *value) in esp_ble_gatts_set_attr_value()
338 esp_gatt_status_t esp_ble_gatts_get_attr_value(uint16_t attr_handle, uint16_t *length, const uint8_… in esp_ble_gatts_get_attr_value()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c717 tGATT_STATUS gatts_set_attribute_value(tGATT_SVC_DB *p_db, UINT16 attr_handle, in gatts_set_attribute_value()
783 tGATT_STATUS gatts_get_attr_value_internal(UINT16 attr_handle, UINT16 *length, UINT8 **value) in gatts_get_attr_value_internal()
855 tGATT_STATUS gatts_get_attribute_value(tGATT_SVC_DB *p_db, UINT16 attr_handle, in gatts_get_attribute_value()
925 BOOLEAN gatts_is_auto_response(UINT16 attr_handle) in gatts_is_auto_response()
Dgatt_api.c593 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT… in GATTS_HandleValueIndication()
665 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle, in GATTS_HandleValueNotification()
766 tGATT_STATUS GATTS_SetAttributeValue(UINT16 attr_handle, UINT16 length, UINT8 *value) in GATTS_SetAttributeValue()
800 tGATT_STATUS GATTS_GetAttributeValue(UINT16 attr_handle, UINT16 *length, UINT8 **value) in GATTS_GetAttributeValue()
833 tGATT_STATUS GATTS_GetAttributeValueInternal(UINT16 attr_handle, UINT16 *length, UINT8 **value) in GATTS_GetAttributeValueInternal()
Dgatt_utils.c383 tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_attr_handle(UINT16 attr_handle) in gatt_find_hdl_buffer_by_attr_handle()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h134 uint16_t attr_handle; /*!< Included service attribute handle */ member
143 uint16_t attr_handle; /*!< Characteristic attribute handle */ member
153 uint16_t attr_handle; /*!< Descriptor attribute handle */ member
259 uint16_t attr_handle; /*!< The attribute handle */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c479 void BTA_SetAttributeValue(UINT16 attr_handle, UINT16 length, UINT8 *value) in BTA_SetAttributeValue()
500 tBTA_GATT_STATUS BTA_GetAttributeValue(UINT16 attr_handle, UINT16 *length, UINT8 **value) in BTA_GetAttributeValue()
Dbta_gatts_act.c541 tGATT_STATUS bta_gatts_get_attr_value(UINT16 attr_handle, UINT16 *length, UINT8 **value) in bta_gatts_get_attr_value()
Dbta_gattc_cache.c304 UINT16 attr_handle, in bta_gattc_add_char_to_cache()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c497 esp_gatt_status_t btc_gatts_get_attr_value(uint16_t attr_handle, uint16_t *length, uint8_t **value) in btc_gatts_get_attr_value()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatts.h106 uint16_t attr_handle; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1624 static int proxy_char_access_cb(uint16_t conn_handle, uint16_t attr_handle, in proxy_char_access_cb()
1649 static int dummy_access_cb(uint16_t conn_handle, uint16_t attr_handle, in dummy_access_cb()