Home
last modified time | relevance | path

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

/btstack/src/ble/gatt-service/
H A Dnordic_spp_service_server.c62 static uint16_t nordic_spp_tx_value_handle; variable
159nordic_spp_tx_value_handle = gatt_server_get_value_handle_for_characteristic_with_uuid128(start_ha… in nordic_spp_service_server_init()
163 log_info("nordic_spp_tx_value_handle 0x%02x", nordic_spp_tx_value_handle); in nordic_spp_service_server_init()
197 return att_server_notify(con_handle, nordic_spp_tx_value_handle, data, size); in nordic_spp_service_server_send()