Home
last modified time | relevance | path

Searched refs:MGMT_OP_REMOVE_UUID (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Dmgmt.h179 #define MGMT_OP_REMOVE_UUID 0x0011 macro
/openbmc/linux/net/bluetooth/
H A Dmgmt.c62 MGMT_OP_REMOVE_UUID,
2520 case MGMT_OP_REMOVE_UUID: in pending_eir_or_class()
2663 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_REMOVE_UUID, in remove_uuid()
2673 MGMT_OP_REMOVE_UUID, in remove_uuid()
2693 err = mgmt_cmd_status(sk, hdev->id, MGMT_OP_REMOVE_UUID, in remove_uuid()
2699 cmd = mgmt_pending_new(sk, MGMT_OP_REMOVE_UUID, hdev, data, len); in remove_uuid()
9940 mgmt_pending_foreach(MGMT_OP_REMOVE_UUID, hdev, sk_lookup, &match); in mgmt_set_class_of_dev_complete()