Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dmgmt.h144 #define MGMT_OP_SET_IO_CAPABILITY 0x0013 macro
/linux-2.6.39/net/bluetooth/
Dmgmt.c1060 return cmd_status(sk, index, MGMT_OP_SET_IO_CAPABILITY, EINVAL); in set_io_capability()
1064 return cmd_status(sk, index, MGMT_OP_SET_IO_CAPABILITY, ENODEV); in set_io_capability()
1076 return cmd_complete(sk, index, MGMT_OP_SET_IO_CAPABILITY, NULL, 0); in set_io_capability()
1340 case MGMT_OP_SET_IO_CAPABILITY: in mgmt_control()