Home
last modified time | relevance | path

Searched refs:att_server_notify (Results 1 – 23 of 23) sorted by relevance

/btstack/src/ble/gatt-service/
H A Dublox_spp_service_server.c213att_server_notify(instance->con_handle, instance->credits_value_handle, &instance->delta_credits, … in ublox_spp_credits_callback()
289 return att_server_notify(con_handle, instance->fifo_value_handle, &data[0], size); in ublox_spp_service_server_send()
H A Dhids_device.c583 return att_server_notify(con_handle, report_storage->value_handle, report, report_len); in hids_device_send_input_report_for_id()
598 return att_server_notify(con_handle, report_storage->value_handle, report, report_len); in hids_device_send_input_report()
613 …return att_server_notify(con_handle, instance->hid_boot_mouse_input_value_handle, report, report_l… in hids_device_send_boot_mouse_input_report()
625 …return att_server_notify(con_handle, instance->hid_boot_keyboard_input_value_handle, report, repor… in hids_device_send_boot_keyboard_input_report()
H A Dbattery_service_server.c95 att_server_notify(con_handle, battery_value_handle, &battery_value, 1); in battery_service_can_send_now()
H A Dtx_power_service_server.c132 att_server_notify(con_handle, tx_power_level_value_handle, &value, 1); in tx_power_service_can_send_now()
H A Dscan_parameters_service_server.c145att_server_notify(scan_refresh_value_client_configuration_connection, scan_refresh_value_handle, &… in scan_parameters_service_refresh_can_send_now()
H A Dnordic_spp_service_server.c197 return att_server_notify(con_handle, nordic_spp_tx_value_handle, data, size); in nordic_spp_service_server_send()
H A Dheart_rate_service_server.c212 att_server_notify(instance->con_handle, instance->measurement_value_handle, &value[0], pos); in heart_rate_service_can_send_now()
H A Dcycling_power_service_server.c407 att_server_notify(instance->con_handle, instance->vector_value_handle, &value[0], pos); in cycling_power_service_vector_can_send_now()
549 att_server_notify(instance->con_handle, instance->measurement_value_handle, &value[0], pos); in cycling_power_service_broadcast_can_send_now()
560 att_server_notify(instance->con_handle, instance->measurement_value_handle, &value[0], pos); in cycling_power_service_measurement_can_send_now()
H A Dcycling_speed_and_cadence_service_server.c181 att_server_notify(instance->con_handle, instance->measurement_value_handle, &value[0], pos); in cycling_speed_and_cadence_service_csc_measurement_can_send_now()
H A Dbattery_service_v1_server.c562att_server_notify(connection->con_handle, service->characteristics[index].value_handle, event, pos… in battery_service_can_send_now()
564att_server_notify(connection->con_handle, service->characteristics[index].value_handle, event, pos… in battery_service_can_send_now()
/btstack/test/gatt_server/
H A Dgatt_server_test.cpp200 TEST(ATT_SERVER, att_server_notify){ in TEST() argument
206 status = att_server_notify(0x50, value_handle, &value[0], 0); in TEST()
211 status = att_server_notify(att_con_handle, value_handle, &value[0], 0); in TEST()
216 status = att_server_notify(att_con_handle, value_handle, &value[0], 0); in TEST()
/btstack/src/ble/
H A Datt_server.h144 uint8_t att_server_notify(hci_con_handle_t con_handle, uint16_t attribute_handle, const uint8_t *va…
H A Datt_server.c1415 uint8_t att_server_notify(hci_con_handle_t con_handle, uint16_t attribute_handle, const uint8_t *va… in att_server_notify() function
/btstack/test/mock/
H A Dmock_att_server.c67 uint8_t att_server_notify(hci_con_handle_t con_handle, uint16_t attribute_handle, const uint8_t *va… in att_server_notify() function
/btstack/example/
H A Dgatt_counter.c217att_server_notify(con_handle, ATT_CHARACTERISTIC_0000FF11_0000_1000_8000_00805F9B34FB_01_VALUE_HAN… in packet_handler()
H A Dspp_and_gatt_counter.c137att_server_notify(att_con_handle, ATT_CHARACTERISTIC_0000FF11_0000_1000_8000_00805F9B34FB_01_VALUE… in packet_handler()
H A Dgatt_streamer_server.c395att_server_notify(context->connection_handle, context->value_handle, (uint8_t*) context->test_data… in streamer()
H A Dspp_and_gatt_streamer.c184att_server_notify(le_connection_handle, ATT_CHARACTERISTIC_0000FF11_0000_1000_8000_00805F9B34FB_01… in le_streamer()
/btstack/src/mesh/gatt-service/
H A Dmesh_proxy_service_server.c188att_server_notify(instance->con_handle, instance->data_out_client_value_handle, proxy_pdu, proxy_p… in mesh_proxy_service_server_send_proxy_pdu()
H A Dmesh_provisioning_service_server.c226att_server_notify(instance->con_handle, instance->data_out_client_value_handle, proxy_pdu, proxy_p… in mesh_provisioning_service_server_send_proxy_pdu()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/
H A Dexample.c377att_server_notify(context->connection_handle, context->value_handle, (uint8_t*) context->test_data… in streamer()
/btstack/test/security_manager_sc/
H A Dsm_test.c368att_server_notify(connection_handle, ATT_CHARACTERISTIC_0000FF11_0000_1000_8000_00805F9B34FB_01_VA… in att_packet_handler()
/btstack/src/le-audio/gatt-service/
H A Dbroadcast_audio_scan_service_server.c616att_server_notify(client->con_handle, bass_sources[source_index].bass_receive_state_handle, &buffe… in bass_service_can_send_now()