Searched refs:ct_ntf (Results 1 – 1 of 1) sorted by relevance
589 gatts_noti_ind_t ct_ntf; in cts_cur_time_send() local594 ct_ntf.type = BLE_GATT_NOTIFICATION; in cts_cur_time_send()595 ct_ntf.handle = prf_find_handle_by_idx(CTS_IDX_CUR_TIME_VAL, in cts_cur_time_send()598 ct_ntf.length = CTS_CUR_TIME_VAL_LEN; in cts_cur_time_send()599 ct_ntf.value = encoded_cur_time; in cts_cur_time_send()600 error_code = ble_gatts_noti_ind(conn_idx, &ct_ntf); in cts_cur_time_send()