Searched refs:attribute_type_len (Results 1 – 1 of 1) sorted by relevance
/btstack/src/ble/ |
H A D | att_db.c | 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 … ((it.handle < start_handle) || !att_iterator_match_uuid(&it, attribute_type, attribute_type_len)){ in handle_read_by_type_request2() 723 uint16_t attribute_type_len; in handle_read_by_type_request() local 726 attribute_type_len = 2; in handle_read_by_type_request() 729 attribute_type_len = 16; in handle_read_by_type_request() 737 …, response_buffer, response_buffer_size, start_handle, end_handle, attribute_type_len, &request_bu… in handle_read_by_type_request() 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() [all …]
|