Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/
H A Dgatt_svr.c43 uint16_t csc_control_point_handle; variable
101 .val_handle = &csc_control_point_handle,
267 rc = ble_gattc_indicate_custom(conn_handle, csc_control_point_handle, in gatt_svr_chr_access_sc_control_point()
H A Dblecsc_sens.h95 extern uint16_t csc_control_point_handle;
H A Dblecsc_sens.c241 else if (event->subscribe.attr_handle == csc_control_point_handle) { in blecsc_gap_event()