Home
last modified time | relevance | path

Searched defs:value_offset (Results 1 – 5 of 5) sorted by relevance

/btstack/platform/embedded/
H A Dbtstack_tlv_flash_bank.c420 uint32_t value_offset = tag_index + self->entry_header_len; in btstack_tlv_flash_bank_get_tag() local
460 uint32_t value_offset = self->write_offset + self->entry_header_len; in btstack_tlv_flash_bank_store_tag() local
/btstack/test/att_db/
H A Datt_db_test.cpp119 …att_prepare_write_request(uint16_t request_type, uint16_t attribute_handle, uint16_t value_offset){ in att_prepare_write_request()
462 uint16_t value_offset = 0x10; in TEST() local
/btstack/src/ble/
H A Dgatt_client.c427 uint16_t value_offset) { in att_read_blob_request()
505uint16_t value_offset, uint16_t blob_length, uint8_t *value) { in att_prepare_write_request()
1234 … * gatt_client, uint16_t attribute_handle, uint8_t * blob, uint16_t blob_length, int value_offset){ in report_gatt_long_characteristic_value_blob()
1242 …_client, uint16_t descriptor_handle, uint8_t *value, uint16_t value_length, uint16_t value_offset){ in report_gatt_characteristic_descriptor()
1250 …tt_client, uint16_t descriptor_handle, uint8_t *blob, uint16_t blob_length, uint16_t value_offset){ in report_gatt_long_characteristic_descriptor()
1381 uint16_t value_offset = little_endian_read_16(packet, 3); in is_value_valid() local
H A Datt_db.c802 … uint8_t * response_buffer, uint16_t response_buffer_size, uint16_t handle, uint16_t value_offset){ in handle_read_blob_request2()
861 uint16_t value_offset = little_endian_read_16(request_buffer, 3); in handle_read_blob_request() local
/btstack/test/gatt_client/
H A Dgatt_client_test.cpp142 static void verify_blob(uint16_t value_length, uint16_t value_offset, uint8_t * value){ in verify_blob()