Searched refs:MGMT_OP_SET_IO_CAPABILITY (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/include/net/bluetooth/ |
D | mgmt.h | 144 #define MGMT_OP_SET_IO_CAPABILITY 0x0013 macro
|
/linux-2.6.39/net/bluetooth/ |
D | mgmt.c | 1060 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()
|