Home
last modified time | relevance | path

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

/external/python/bumble/bumble/
Datt.py490 self.attribute_data_list
493 '<H', self.attribute_data_list, offset
495 attribute_value = self.attribute_data_list[
602 self.attribute_data_list
605 '<HH', self.attribute_data_list, offset
607 attribute_value = self.attribute_data_list[
Dgatt_server.py762 attribute_data_list = [
766 length=entry_size, attribute_data_list=b''.join(attribute_data_list)
895 attribute_data_list = [
900 length=len(attribute_data_list[0]),
901 attribute_data_list=b''.join(attribute_data_list),
/external/pigweed/pw_bluetooth_sapphire/host/att/public/pw_bluetooth_sapphire/internal/host/att/
Datt.h250 AttributeData attribute_data_list[]; member
318 AttributeGroupDataEntry attribute_data_list[]; member
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dclient.cc312 BufferView attr_data_list(rsp_params.attribute_data_list, in DiscoverServicesInRange()
903 BufferView attr_list_view(params.attribute_data_list, in ReadByTypeRequest()
Dserver.cc546 params->attribute_data_list->handle = in OnReadByType()