Home
last modified time | relevance | path

Searched refs:nordic_spp_service_server_send (Results 1 – 4 of 4) sorted by relevance

/btstack/src/ble/gatt-service/
H A Dnordic_spp_service_server.h82 int nordic_spp_service_server_send(hci_con_handle_t con_handle, const uint8_t * data, uint16_t size…
H A Dnordic_spp_service_server.c196 int nordic_spp_service_server_send(hci_con_handle_t con_handle, const uint8_t * data, uint16_t size… in nordic_spp_service_server_send() function
/btstack/example/
H A Dnordic_spp_le_counter.c112 nordic_spp_service_server_send(con_handle, (uint8_t*) counter_string, counter_string_len); in nordic_can_send()
H A Dnordic_spp_le_streamer.c293nordic_spp_service_server_send(context->connection_handle, (uint8_t*) context->test_data, context-… in nordic_can_send()