Searched refs:MGMT_OP_REMOVE_UUID (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 60 MGMT_OP_REMOVE_UUID, 2043 case MGMT_OP_REMOVE_UUID: in pending_eir_or_class() 2174 mgmt_class_complete(hdev, MGMT_OP_REMOVE_UUID, status); in remove_uuid_complete() 2192 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_REMOVE_UUID, in remove_uuid() 2202 MGMT_OP_REMOVE_UUID, in remove_uuid() 2222 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_REMOVE_UUID, in remove_uuid() 2238 err = mgmt_cmd_complete(sk, hdev->id, MGMT_OP_REMOVE_UUID, 0, in remove_uuid() 2243 cmd = mgmt_pending_add(sk, MGMT_OP_REMOVE_UUID, hdev, data, len); in remove_uuid() 8623 mgmt_pending_foreach(MGMT_OP_REMOVE_UUID, hdev, sk_lookup, &match); in mgmt_set_class_of_dev_complete()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | mgmt.h | 175 #define MGMT_OP_REMOVE_UUID 0x0011 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | mgmt.h | 179 #define MGMT_OP_REMOVE_UUID 0x0011 macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 62 MGMT_OP_REMOVE_UUID, 2532 case MGMT_OP_REMOVE_UUID: in pending_eir_or_class() 2671 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_REMOVE_UUID, in remove_uuid() 2681 MGMT_OP_REMOVE_UUID, in remove_uuid() 2701 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_REMOVE_UUID, in remove_uuid() 2707 cmd = mgmt_pending_new(sk, MGMT_OP_REMOVE_UUID, hdev, data, len); in remove_uuid() 9960 mgmt_pending_foreach(MGMT_OP_REMOVE_UUID, hdev, sk_lookup, &match); in mgmt_set_class_of_dev_complete()
|
Completed in 40 milliseconds