Home
last modified time | relevance | path

Searched refs:value_buffer (Results 1 – 8 of 8) sorted by relevance

/btstack/test/mock/
H A Dmock_gatt_client.h68 uint8_t * value_buffer; member
81 uint8_t * value_buffer; member
97 …n(mock_gatt_client_characteristic_t * characteristic, const uint8_t * value_buffer, uint16_t value…
98 …acteristic_t * characteristic, uint16_t value_handle, const uint8_t * value_buffer, uint16_t value…
99 …n(mock_gatt_client_characteristic_t * characteristic, const uint8_t * value_buffer, uint16_t value…
100 …acteristic_t * characteristic, uint16_t value_handle, const uint8_t * value_buffer, uint16_t value…
110 …(mock_gatt_client_characteristic_descriptor_t * descriptor, uint8_t * value_buffer, uint16_t value…
111 …c_value(mock_gatt_client_characteristic_t * characteristic, uint8_t * value_buffer, uint16_t value…
H A Dmock_gatt_client.c235 …acteristic_t * characteristic, uint16_t value_handle, const uint8_t * value_buffer, uint16_t value… in mock_gatt_client_send_notification_with_handle() argument
239 …ATT_EVENT_NOTIFICATION, gatt_client.con_handle, value_handle, (uint8_t *) value_buffer, value_len); in mock_gatt_client_send_notification_with_handle()
243 …n(mock_gatt_client_characteristic_t * characteristic, const uint8_t * value_buffer, uint16_t value… in mock_gatt_client_send_notification() argument
244 …nd_notification_with_handle(characteristic, characteristic->value_handle, value_buffer, value_len); in mock_gatt_client_send_notification()
247 …acteristic_t * characteristic, uint16_t value_handle, const uint8_t * value_buffer, uint16_t value… in mock_gatt_client_send_indication_with_handle() argument
251 …(GATT_EVENT_INDICATION, gatt_client.con_handle, value_handle, (uint8_t *) value_buffer, value_len); in mock_gatt_client_send_indication_with_handle()
255 …n(mock_gatt_client_characteristic_t * characteristic, const uint8_t * value_buffer, uint16_t value… in mock_gatt_client_send_indication() argument
256 …send_indication_with_handle(characteristic, characteristic->value_handle, value_buffer, value_len); in mock_gatt_client_send_indication()
260 …att_client->con_handle, characteristic->value_handle, characteristic->value_buffer, characteristic… in mock_gatt_client_send_characteristic_value()
577 btstack_assert(descriptor->value_buffer != NULL); in mock_gatt_client_run_once()
[all …]
/btstack/test/gatt-service-client/
H A Dbattery_service_client_test.cpp152 uint8_t value_buffer[3]; in TEST_GROUP() local
160 for (i = 0; i < sizeof(value_buffer); i++){ in TEST_GROUP()
161 value_buffer[i] = (i+1)*11; in TEST_GROUP()
186 …ck_gatt_client_set_descriptor_characteristic_value(descriptor, value_buffer, sizeof(value_buffer)); in TEST_GROUP()
199 …ck_gatt_client_set_descriptor_characteristic_value(descriptor, value_buffer, sizeof(value_buffer)); in TEST_GROUP()
H A Dancs_client_test.cpp102 uint8_t value_buffer[3]; in TEST_GROUP() local
/btstack/src/ble/gatt-service/
H A Dbattery_service_v1_server.c919 uint8_t value_buffer[10]; in battery_service_v1_server_get_broadcast_advertisement() local
920 …ristic(service, BAS_CHARACTERISTIC_INDEX_BATTERY_LEVEL_STATUS, value_buffer, sizeof(value_buffer)); in battery_service_v1_server_get_broadcast_advertisement()
926 memcpy(&adv_buffer[pos], value_buffer, value_len); in battery_service_v1_server_get_broadcast_advertisement()
966 uint8_t value_buffer[10]; in battery_service_v1_server_get_broadcast_advertisement_single() local
969value_buffer, sizeof(value_buffer)); in battery_service_v1_server_get_broadcast_advertisement_single()
975 memcpy(&adv_buffer[pos], value_buffer, value_len); in battery_service_v1_server_get_broadcast_advertisement_single()
/btstack/src/ble/
H A Datt_db.c1692 uint8_t value_buffer[4]; in att_read_callback_handle_little_endian_32() local
1693 little_endian_store_32(value_buffer, 0, value); in att_read_callback_handle_little_endian_32()
1694 …return att_read_callback_handle_blob(value_buffer, sizeof(value_buffer), offset, buffer, buffer_si… in att_read_callback_handle_little_endian_32()
1698 uint8_t value_buffer[2]; in att_read_callback_handle_little_endian_16() local
1699 little_endian_store_16(value_buffer, 0, value); in att_read_callback_handle_little_endian_16()
1700 …return att_read_callback_handle_blob(value_buffer, sizeof(value_buffer), offset, buffer, buffer_si… in att_read_callback_handle_little_endian_16()
1704 uint8_t value_buffer[1]; in att_read_callback_handle_byte() local
1705 value_buffer[0] = value; in att_read_callback_handle_byte()
1706 …return att_read_callback_handle_blob(value_buffer, sizeof(value_buffer), offset, buffer, buffer_si… in att_read_callback_handle_byte()
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_msg.h153 u8_t value_buffer[SNMP_MAX_VALUE_SIZE]; member
H A Dsnmp_msg.c512 vb.value = request->value_buffer; in snmp_process_get_request()
548 vb.value = request->value_buffer; in snmp_process_getnext_request()
588 vb.value = request->value_buffer; in snmp_process_getbulk_request()
637 vb.value = request->value_buffer; in snmp_process_getbulk_request()
682 vb.value = request->value_buffer; in snmp_process_set_request()