Home
last modified time | relevance | path

Searched refs:attribute_length (Results 1 – 2 of 2) sorted by relevance

/btstack/src/ble/
H A Dgatt_client.c528 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()
619 …quest(gatt_client, ATT_WRITE_REQUEST, gatt_client->attribute_handle, gatt_client->attribute_length, in send_gatt_write_attribute_value_request()
657 … gatt_client->attribute_length, gatt_client->attribute_value, sign_counter, in send_gatt_signed_write_request()
1394 …T_SIGNED_WRITE_COMMAND, gatt_client->attribute_handle, gatt_client->attribute_length, gatt_client-… in gatt_client_run_for_client_start_signed_write()
1461 if (gatt_client->attribute_length <= (gatt_client->mtu - 3u)) break; in gatt_client_run_for_gatt_client()
1462 …log_error("gatt_client_run: value len %u > MTU %u - 3\n", gatt_client->attribute_length,gatt_clien… in gatt_client_run_for_gatt_client()
2538 gatt_client->attribute_length = message_len; in gatt_client_signed_write_without_response()
2899 gatt_client->attribute_length = value_length; in gatt_client_write_value_of_characteristic_with_context()
2918 gatt_client->attribute_length = value_length; in gatt_client_write_long_value_of_characteristic_with_offset()
[all …]
H A Dgatt_client.h250 uint16_t attribute_length; member