Searched refs:MGMT_OP_SET_DEV_CLASS (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | mgmt.h | 154 #define MGMT_OP_SET_DEV_CLASS 0x000E macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | mgmt.c | 57 MGMT_OP_SET_DEV_CLASS, 2044 case MGMT_OP_SET_DEV_CLASS: in pending_eir_or_class() 2260 mgmt_class_complete(hdev, MGMT_OP_SET_DEV_CLASS, status); in set_class_complete() 2274 return mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DEV_CLASS, in set_dev_class() 2280 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DEV_CLASS, in set_dev_class() 2286 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_SET_DEV_CLASS, in set_dev_class() 2295 err = mgmt_cmd_complete(sk, hdev->id, MGMT_OP_SET_DEV_CLASS, 0, in set_dev_class() 2316 err = mgmt_cmd_complete(sk, hdev->id, MGMT_OP_SET_DEV_CLASS, 0, in set_dev_class() 2321 cmd = mgmt_pending_add(sk, MGMT_OP_SET_DEV_CLASS, hdev, data, len); in set_dev_class() 8606 mgmt_pending_foreach(MGMT_OP_SET_DEV_CLASS, hdev, sk_lookup, &match); in mgmt_set_class_of_dev_complete()
|