Lines Matching refs:attribute_offset
528 if (gatt_client->attribute_offset >= gatt_client->attribute_length) { in write_blob_length()
531 uint16_t rest_length = gatt_client->attribute_length - gatt_client->attribute_offset; in write_blob_length()
600 if (gatt_client->attribute_offset == 0){ in send_gatt_read_blob_request()
604 gatt_client->attribute_offset); in send_gatt_read_blob_request()
630 gatt_client->attribute_offset, write_blob_length(gatt_client), in send_gatt_prepare_write_request()
1318 gatt_client->attribute_offset += write_blob_length(gatt_client); in trigger_next_prepare_write_query()
1336 gatt_client->attribute_offset += received_blob_length; in trigger_next_blob_query()
1384 if (gatt_client->attribute_offset != value_offset) return false; in is_value_valid()
1385 …return memcmp(&gatt_client->attribute_value[gatt_client->attribute_offset], &packet[5], size - 5u)… in is_value_valid()
1915 size - 1u, gatt_client->attribute_offset); in gatt_client_handle_att_read_response()
1923 size - 1u, gatt_client->attribute_offset); in gatt_client_handle_att_read_response()
2171 … received_blob_length, gatt_client->attribute_offset); in gatt_client_handle_att_response()
2178 gatt_client->attribute_offset); in gatt_client_handle_att_response()
2200 gatt_client->attribute_offset = little_endian_read_16(packet, 3); in gatt_client_handle_att_response()
2206 gatt_client->attribute_offset = little_endian_read_16(packet, 3); in gatt_client_handle_att_response()
2214 gatt_client->attribute_offset = little_endian_read_16(packet, 3); in gatt_client_handle_att_response()
2759 gatt_client->attribute_offset = 0; in gatt_client_read_value_of_characteristic_using_value_handle_with_context()
2822 gatt_client->attribute_offset = offset; in gatt_client_read_long_value_of_characteristic_using_value_handle_with_offset()
2919 gatt_client->attribute_offset = offset; in gatt_client_write_long_value_of_characteristic_with_offset()
2952 gatt_client->attribute_offset = 0; in gatt_client_reliable_write_long_value_of_characteristic()
3029 gatt_client->attribute_offset = offset; in gatt_client_read_long_characteristic_descriptor_using_descriptor_handle_with_offset()
3053 gatt_client->attribute_offset = 0; in gatt_client_write_characteristic_descriptor_using_descriptor_handle()
3074 gatt_client->attribute_offset = offset; in gatt_client_write_long_characteristic_descriptor_using_descriptor_handle_with_offset()
3102 gatt_client->attribute_offset = offset; in gatt_client_prepare_write()