Searched refs:characteristic (Results 1 – 4 of 4) sorted by relevance
258 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 length813 Weather or not Central Address Resolution characteristic is supported on817 - Central Address Resolution characteristic not supported958 Enable the DIS characteristic Manufacturer Name String characteristic965 Enable the DIS Serial Number characteristic972 Enable the DIS Hardware Revision characteristic979 Enable the DIS Firmware Revision characteristic986 Enable the DIS Software Revision characteristic993 Enable the DIS System ID characteristic[all …]
328 tBTA_GATTC_CHARACTERISTIC *characteristic = osi_malloc(sizeof(tBTA_GATTC_CHARACTERISTIC)); in bta_gattc_add_char_to_cache() local329 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()
163 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
718 tBTA_GATTC_CHARACTERISTIC *characteristic; /* owning characteristic */ member