Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dmgmt.c211 static const u8 mgmt_status_table[] = { variable
280 if (hci_status < ARRAY_SIZE(mgmt_status_table)) in mgmt_status()
281 return mgmt_status_table[hci_status]; in mgmt_status()