Searched refs:MGMT_OP_REMOVE_UUID (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/net/bluetooth/ |
D | mgmt.h | 167 #define MGMT_OP_REMOVE_UUID 0x0011 macro
|
/linux-4.4.14/net/bluetooth/ |
D | mgmt.c | 58 MGMT_OP_REMOVE_UUID, 2638 case MGMT_OP_REMOVE_UUID: in pending_eir_or_class() 2769 mgmt_class_complete(hdev, MGMT_OP_REMOVE_UUID, status); in remove_uuid_complete() 2787 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_REMOVE_UUID, in remove_uuid() 2797 MGMT_OP_REMOVE_UUID, in remove_uuid() 2817 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_REMOVE_UUID, in remove_uuid() 2833 err = mgmt_cmd_complete(sk, hdev->id, MGMT_OP_REMOVE_UUID, 0, in remove_uuid() 2838 cmd = mgmt_pending_add(sk, MGMT_OP_REMOVE_UUID, hdev, data, len); in remove_uuid() 8344 mgmt_pending_foreach(MGMT_OP_REMOVE_UUID, hdev, sk_lookup, &match); in mgmt_set_class_of_dev_complete()
|