Home
last modified time | relevance | path

Searched defs:blob_length (Results 1 – 2 of 2) sorted by relevance

/btstack/src/ble/
H A Dgatt_client.c505 … uint16_t value_offset, uint16_t blob_length, uint8_t *value) { in att_prepare_write_request()
1234 …lient_t * gatt_client, uint16_t attribute_handle, uint8_t * blob, uint16_t blob_length, int value_… in report_gatt_long_characteristic_value_blob()
1250 …lient_t * gatt_client, uint16_t descriptor_handle, uint8_t *blob, uint16_t blob_length, uint16_t v… in report_gatt_long_characteristic_descriptor()
/btstack/test/gatt_client/
H A Dgatt_client_test.cpp231 int blob_length = value_length - offset; in copy_bytes() local