mgmt_pending_foreach
mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev, true,
mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev, true,
mgmt_pending_foreach(MGMT_OP_SET_DEV_CLASS, hdev, false, sk_lookup,
mgmt_pending_foreach(MGMT_OP_ADD_UUID, hdev, false, sk_lookup,
mgmt_pending_foreach(MGMT_OP_REMOVE_UUID, hdev, false, sk_lookup,
mgmt_pending_foreach(0, hdev, true, cmd_complete_rsp, &match);
mgmt_pending_foreach(MGMT_OP_SET_POWERED, hdev, true, settings_rsp,
mgmt_pending_foreach(MGMT_OP_SET_POWERED, hdev, true, settings_rsp,
mgmt_pending_foreach(0, hdev, true, cmd_complete_rsp, &match);
mgmt_pending_foreach(MGMT_OP_UNPAIR_DEVICE, hdev, true,
void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, bool remove,