Lines Matching full:latency
255 req->latency = get_le16(dptr + 4); in ble_ll_ctrl_conn_param_pdu_proc()
270 req->latency, in ble_ll_ctrl_conn_param_pdu_proc()
279 * or latency. If not, this may just be an anchor point change and we do in ble_ll_ctrl_conn_param_pdu_proc()
288 (connsm->slave_latency == req->latency)) { in ble_ll_ctrl_conn_param_pdu_proc()
316 (req->latency != hcu->conn_latency) || in ble_ll_ctrl_conn_param_pdu_proc()
381 * the amount of slave latency as the slave may not be listening in ble_ll_ctrl_conn_upd_make()
421 req->latency = cp->latency; in ble_ll_ctrl_conn_upd_make()
426 req->latency = hcu->conn_latency; in ble_ll_ctrl_conn_upd_make()
436 put_le16(pyld + 5, req->latency); in ble_ll_ctrl_conn_upd_make()
1433 put_le16(dptr + 4, req->latency); in ble_ll_ctrl_conn_param_pdu_make()
1618 reqdata->latency = get_le16(dptr + 5); in ble_ll_ctrl_rx_conn_update()