/btstack/src/ble/gatt-service/ |
H A D | ublox_spp_service_server.c | 213 …att_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 D | hids_device.c | 583 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 D | battery_service_server.c | 95 att_server_notify(con_handle, battery_value_handle, &battery_value, 1); in battery_service_can_send_now()
|
H A D | tx_power_service_server.c | 132 att_server_notify(con_handle, tx_power_level_value_handle, &value, 1); in tx_power_service_can_send_now()
|
H A D | scan_parameters_service_server.c | 145 …att_server_notify(scan_refresh_value_client_configuration_connection, scan_refresh_value_handle, &… in scan_parameters_service_refresh_can_send_now()
|
H A D | nordic_spp_service_server.c | 197 return att_server_notify(con_handle, nordic_spp_tx_value_handle, data, size); in nordic_spp_service_server_send()
|
H A D | heart_rate_service_server.c | 212 att_server_notify(instance->con_handle, instance->measurement_value_handle, &value[0], pos); in heart_rate_service_can_send_now()
|
H A D | cycling_power_service_server.c | 407 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 D | cycling_speed_and_cadence_service_server.c | 181 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 D | battery_service_v1_server.c | 562 …att_server_notify(connection->con_handle, service->characteristics[index].value_handle, event, pos… in battery_service_can_send_now() 564 …att_server_notify(connection->con_handle, service->characteristics[index].value_handle, event, pos… in battery_service_can_send_now()
|
/btstack/test/gatt_server/ |
H A D | gatt_server_test.cpp | 200 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 D | att_server.h | 144 uint8_t att_server_notify(hci_con_handle_t con_handle, uint16_t attribute_handle, const uint8_t *va…
|
H A D | att_server.c | 1415 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 D | mock_att_server.c | 67 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 D | gatt_counter.c | 217 …att_server_notify(con_handle, ATT_CHARACTERISTIC_0000FF11_0000_1000_8000_00805F9B34FB_01_VALUE_HAN… in packet_handler()
|
H A D | spp_and_gatt_counter.c | 137 …att_server_notify(att_con_handle, ATT_CHARACTERISTIC_0000FF11_0000_1000_8000_00805F9B34FB_01_VALUE… in packet_handler()
|
H A D | gatt_streamer_server.c | 395 …att_server_notify(context->connection_handle, context->value_handle, (uint8_t*) context->test_data… in streamer()
|
H A D | spp_and_gatt_streamer.c | 184 …att_server_notify(le_connection_handle, ATT_CHARACTERISTIC_0000FF11_0000_1000_8000_00805F9B34FB_01… in le_streamer()
|
/btstack/src/mesh/gatt-service/ |
H A D | mesh_proxy_service_server.c | 188 …att_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 D | mesh_provisioning_service_server.c | 226 …att_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 D | example.c | 377 …att_server_notify(context->connection_handle, context->value_handle, (uint8_t*) context->test_data… in streamer()
|
/btstack/test/security_manager_sc/ |
H A D | sm_test.c | 368 …att_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 D | broadcast_audio_scan_service_server.c | 616 …att_server_notify(client->con_handle, bass_sources[source_index].bass_receive_state_handle, &buffe… in bass_service_can_send_now()
|