Home
last modified time | relevance | path

Searched defs:l2cap_conn_param_update_req (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Dl2cap.h425 struct l2cap_conn_param_update_req { struct
426 __le16 min;
427 __le16 max;
428 __le16 latency;
429 __le16 to_multiplier;
/openbmc/linux/net/bluetooth/
H A Dl2cap_core.c4613 static inline int l2cap_conn_param_update_req(struct l2cap_conn *conn, in l2cap_conn_param_update_req() function