Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Datt_db.c545 uint16_t attribute_type = little_endian_read_16(request_buffer, 5); in handle_find_by_type_value_request() local
549 …E_VALUE_REQUEST: from %04X to %04X, type %04X, value: ", start_handle, end_handle, attribute_type); in handle_find_by_type_value_request()
592 …if ((it.handle != 0u) && att_iterator_match_uuid16(&it, attribute_type) && (attribute_len == it.va… in handle_find_by_type_value_request()
613 uint16_t attribute_type_len, uint8_t * attribute_type){ in handle_read_by_type_request2() argument
616 log_info_hexdump(attribute_type, attribute_type_len); in handle_read_by_type_request2()
639 …if ((it.handle < start_handle) || !att_iterator_match_uuid(&it, attribute_type, attribute_type_len… in handle_read_by_type_request2()
990 uint16_t attribute_type_len, uint8_t * attribute_type){ in handle_read_by_group_type_request2() argument
995 log_info_hexdump(attribute_type, attribute_type_len); in handle_read_by_group_type_request2()
1003 uint16_t uuid16 = uuid16_from_uuid(attribute_type_len, attribute_type); in handle_read_by_group_type_request2()
1054 if ((it.handle != 0u) && att_iterator_match_uuid(&it, attribute_type, attribute_type_len)) { in handle_read_by_group_type_request2()