Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in258 The Device Name characteristic shall contain the name of the device as an UTF-8 string.
266 Device Name characteristic value shall be 0 to 248 octets in length
813 Weather or not Central Address Resolution characteristic is supported on
817 - Central Address Resolution characteristic not supported
958 Enable the DIS characteristic Manufacturer Name String characteristic
965 Enable the DIS Serial Number characteristic
972 Enable the DIS Hardware Revision characteristic
979 Enable the DIS Firmware Revision characteristic
986 Enable the DIS Software Revision characteristic
993 Enable the DIS System ID characteristic
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c328 tBTA_GATTC_CHARACTERISTIC *characteristic = osi_malloc(sizeof(tBTA_GATTC_CHARACTERISTIC)); in bta_gattc_add_char_to_cache() local
329 if (!characteristic) { in bta_gattc_add_char_to_cache()
333 characteristic->handle = value_handle; in bta_gattc_add_char_to_cache()
334 characteristic->properties = property; in bta_gattc_add_char_to_cache()
335 characteristic->descriptors = list_new(bta_gattc_free); in bta_gattc_add_char_to_cache()
336 memcpy(&characteristic->uuid, p_uuid, sizeof(tBT_UUID)); in bta_gattc_add_char_to_cache()
338 characteristic->service = service; in bta_gattc_add_char_to_cache()
339 list_append(service->characteristics, characteristic); in bta_gattc_add_char_to_cache()
412 descriptor->characteristic = char_node; in bta_gattc_add_attr_to_cache()
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in163 bool "Enable Peripheral Preferred Connection Parameters characteristic in GAP service"
167 …This enables "Peripheral Preferred Connection Parameters" characteristic (UUID: 0x2A04) in GAP ser…
226 if turned on, the Client Supported Features characteristic, Database Hash characteristic,
227 and Server Supported Features characteristic will be included in the GAP SERVICE.
252 int "Max gattc cache characteristic for discover"
257 Maximum GATTC cache characteristic count
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h718 tBTA_GATTC_CHARACTERISTIC *characteristic; /* owning characteristic */ member