Searched defs:attr_handle (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/ |
D | esp_blufi.c | 110 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/ |
D | esp_gatts_api.c | 260 …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/ |
D | gatt_db.c | 717 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()
|
D | gatt_api.c | 593 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()
|
D | gatt_utils.c | 383 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/ |
D | esp_gatts_api.h | 134 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/ |
D | bta_gatts_api.c | 479 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()
|
D | bta_gatts_act.c | 541 tGATT_STATUS bta_gatts_get_attr_value(UINT16 attr_handle, UINT16 *length, UINT8 **value) in bta_gatts_get_attr_value()
|
D | bta_gattc_cache.c | 304 UINT16 attr_handle, in bta_gattc_add_char_to_cache()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatts.c | 497 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/ |
D | btc_gatts.h | 106 uint16_t attr_handle; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 1624 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()
|