Searched refs:MGMT_OP_SET_DEV_CLASS (Results 1 – 2 of 2) sorted by relevance
| /linux/include/net/bluetooth/ |
| H A D | mgmt.h | 164 #define MGMT_OP_SET_DEV_CLASS 0x000E macro
|
| /linux/net/bluetooth/ |
| H A D | mgmt.c | 55 MGMT_OP_SET_DEV_CLASS, 2729 case MGMT_OP_SET_DEV_CLASS: in pending_eir_or_class() 2958 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DEV_CLASS, in set_dev_class() 2964 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DEV_CLASS, in set_dev_class() 2970 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DEV_CLASS, in set_dev_class() 2979 err = mgmt_cmd_complete(sk, hdev->id, MGMT_OP_SET_DEV_CLASS, 0, in set_dev_class() 2984 cmd = mgmt_pending_new(sk, MGMT_OP_SET_DEV_CLASS, hdev, data, len); in set_dev_class() 2990 /* MGMT_OP_SET_DEV_CLASS don't require adapter the UP/Running so use in set_dev_class() 10379 mgmt_pending_foreach(MGMT_OP_SET_DEV_CLASS, hdev, false, sk_lookup, in mgmt_set_class_of_dev_complete()
|