Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dmgmt.h903 __le16 subrate_max; member
H A Dhci.h2500 __le16 subrate_max; member
2513 __le16 subrate_max; member
H A Dhci_core.h826 u16 subrate_max; member
/linux/net/bluetooth/
H A Dmgmt.c8232 u16 min, max, subrate_min, subrate_max; in load_conn_subrate() local
8251 subrate_max = le16_to_cpu(param->subrate_max); in load_conn_subrate()
8260 if (min > max || subrate_min > subrate_max || in load_conn_subrate()
8276 hci_param->subrate_max = subrate_max; in load_conn_subrate()
8295 conn->le_subrate > subrate_max || in load_conn_subrate()
H A Dhci_sync.c4790 cp.subrate_max = cpu_to_le16(0x0004); in hci_le_set_def_rate_sync()
7454 cp.subrate_max = cpu_to_le16(params->subrate_max); in hci_le_conn_rate_request_sync()
H A Dhci_event.c5917 if (p && p->subrate_max) in le_conn_complete_evt()