Lines Matching refs:value_buffer
235 …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()
776 …(mock_gatt_client_characteristic_descriptor_t * descriptor, uint8_t * value_buffer, uint16_t value… in mock_gatt_client_set_descriptor_characteristic_value() argument
778 descriptor->value_buffer = value_buffer; in mock_gatt_client_set_descriptor_characteristic_value()
782 …c_value(mock_gatt_client_characteristic_t * characteristic, uint8_t * value_buffer, uint16_t value… in mock_gatt_client_set_characteristic_value() argument
784 characteristic->value_buffer = value_buffer; in mock_gatt_client_set_characteristic_value()