Home
last modified time | relevance | path

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

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/cts/
Dcts.c589 gatts_noti_ind_t ct_ntf; in cts_cur_time_send() local
594 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()