Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dmgmt.c184 MGMT_STATUS_BUSY, /* Command Disallowed */
195 MGMT_STATUS_BUSY, /* Repeated Attempts */
220 MGMT_STATUS_BUSY, /* Role Switch Pending */
225 MGMT_STATUS_BUSY, /* Host Busy Pairing */
227 MGMT_STATUS_BUSY, /* Controller Busy */
1564 MGMT_STATUS_BUSY); in set_powered()
1802 MGMT_STATUS_BUSY); in set_discoverable()
2069 MGMT_STATUS_BUSY); in set_connectable()
2209 MGMT_STATUS_BUSY); in set_link_security()
2288 MGMT_STATUS_BUSY); in set_ssp()
[all …]
/linux-4.1.27/include/net/bluetooth/
Dmgmt.h37 #define MGMT_STATUS_BUSY 0x0a macro