Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
H A Dmgmt.c206 static const u8 mgmt_status_table[] = { variable
275 if (hci_status < ARRAY_SIZE(mgmt_status_table)) in mgmt_status()
276 return mgmt_status_table[hci_status]; in mgmt_status()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dmgmt.c219 static const u8 mgmt_status_table[] = { variable
317 if (err < ARRAY_SIZE(mgmt_status_table)) in mgmt_status()
318 return mgmt_status_table[err]; in mgmt_status()

Completed in 23 milliseconds