Home
last modified time | relevance | path

Searched refs:bt_dev_warn (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/net/bluetooth/
Dmgmt_config.c149 bt_dev_warn(hdev, "invalid len left %u, exp >= %u", in set_def_system_config()
196 bt_dev_warn(hdev, "unsupported parameter %u", type); in set_def_system_config()
201 bt_dev_warn(hdev, "invalid length %d, exp %zu for type %u", in set_def_system_config()
318 bt_dev_warn(hdev, "unsupported parameter %u", type); in set_def_system_config()
Dmsft.c442 bt_dev_warn(hdev, "MSFT filter_enable is already %s", in msft_le_set_advertisement_filter_enable_cb()
Dmgmt.c2406 bt_dev_warn(hdev, "Skipping blocked link key for %pMR", in load_link_keys()
4127 bt_dev_warn(hdev, "Bad flag given (0x%x) vs supported (0x%0x)", in set_device_flags()
4143 bt_dev_warn(hdev, "No such BR/EDR device %pMR (0x%x)", in set_device_flags()
4153 bt_dev_warn(hdev, "No such LE device %pMR (0x%x)", in set_device_flags()
6151 bt_dev_warn(hdev, "Skipping blocked IRK for %pMR", in load_irks()
6242 bt_dev_warn(hdev, "Skipping blocked LTK for %pMR", in load_long_term_keys()
Dhci_event.c62 bt_dev_warn(hdev, "Ignoring error of Inquiry Cancel command"); in hci_cc_inquiry_cancel()
6275 bt_dev_warn(hdev, "Received unexpected HCI Event 00000000"); in hci_event_packet()
Dhci_core.c3206 bt_dev_warn(hdev, "Removing monitor with no matching handle %d", in hci_remove_adv_monitor()
/Linux-v5.15/drivers/bluetooth/
Dbtrtl.h11 #define rtl_dev_warn(dev, fmt, ...) bt_dev_warn(dev, "RTL: " fmt, ##__VA_ARGS__)
Dhci_ll.c495 bt_dev_warn(lldev->hu.hdev, in send_command_from_firmware()
Dbtmtksdio.c523 bt_dev_warn(bdev->hdev, "Tx fifo overflow"); in btmtksdio_interrupt()
Dhci_qca.c1783 bt_dev_warn(hdev, "Retry BT power ON:%d", retries); in qca_setup()
Dbtusb.c1895bt_dev_warn(hdev, "CSR: Unbranded CSR clone detected; adding workarounds and force-suspending once… in btusb_setup_csr()
/Linux-v5.15/include/net/bluetooth/
Dbluetooth.h185 #define bt_dev_warn(hdev, fmt, ...) \ macro