Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dmgmt.c232 MGMT_STATUS_BUSY, /* Command Disallowed */
243 MGMT_STATUS_BUSY, /* Repeated Attempts */
270 MGMT_STATUS_BUSY, /* Role Switch Pending */
276 MGMT_STATUS_BUSY, /* Host Busy Pairing */
278 MGMT_STATUS_BUSY, /* Controller Busy */
298 return MGMT_STATUS_BUSY; in mgmt_errno_status()
1393 MGMT_STATUS_BUSY); in set_powered()
1589 MGMT_STATUS_BUSY); in set_discoverable()
1601 MGMT_STATUS_BUSY); in set_discoverable()
1775 MGMT_STATUS_BUSY); in set_connectable()
[all …]
/linux-6.6.21/include/net/bluetooth/
Dmgmt.h37 #define MGMT_STATUS_BUSY 0x0a macro