Searched refs:bt_dev_warn (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/net/bluetooth/ |
D | mgmt_config.c | 149 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()
|
D | aosp.c | 79 bt_dev_warn(hdev, "AOSP capabilities version %u too old", in aosp_do_open() 85 bt_dev_warn(hdev, "AOSP quality report is not supported"); in aosp_do_open()
|
D | msft.c | 773 bt_dev_warn(hdev, "MSFT filter_enable is already %s", in msft_le_set_advertisement_filter_enable_cb()
|
D | mgmt.c | 2899 bt_dev_warn(hdev, "Skipping blocked link key for %pMR", in load_link_keys() 5119 bt_dev_warn(hdev, "Bad flag given (0x%x) vs supported (0x%0x)", in set_device_flags() 5135 bt_dev_warn(hdev, "No such BR/EDR device %pMR (0x%x)", in set_device_flags() 5145 bt_dev_warn(hdev, "No such LE device %pMR (0x%x)", in set_device_flags() 5153 bt_dev_warn(hdev, "Bad flag given (0x%x) vs supported (0x%0x)", in set_device_flags() 7130 bt_dev_warn(hdev, "Skipping blocked IRK for %pMR", in load_irks() 7221 bt_dev_warn(hdev, "Skipping blocked LTK for %pMR", in load_long_term_keys()
|
D | hci_event.c | 99 bt_dev_warn(hdev, "Ignoring error of Inquiry Cancel command"); in hci_cc_inquiry_cancel() 4161 bt_dev_warn(hdev, "unexpected cc 0x%4.4x length: %u > %u", in hci_cc_func() 7136 bt_dev_warn(hdev, "unexpected subevent 0x%2.2x length: %u > %u", in hci_le_meta_evt() 7497 bt_dev_warn(hdev, "Received unexpected HCI Event 0x%2.2x", in hci_event_packet()
|
D | hci_core.c | 1997 bt_dev_warn(hdev, "Removing monitor with no matching handle %d", in hci_remove_adv_monitor()
|
D | hci_sync.c | 4501 bt_dev_warn(hdev, "%s", hci_broken_table[i].desc); in hci_dev_setup_sync()
|
/linux-6.1.9/drivers/bluetooth/ |
D | btrtl.h | 11 #define rtl_dev_warn(dev, fmt, ...) bt_dev_warn(dev, "RTL: " fmt, ##__VA_ARGS__)
|
D | hci_ll.c | 495 bt_dev_warn(lldev->hu.hdev, in send_command_from_firmware()
|
D | btintel.c | 1291 bt_dev_warn(hdev, "Debug features not read"); in btintel_set_debug_features() 1339 bt_dev_warn(hdev, "Debug features not read"); in btintel_reset_debug_features()
|
D | btmtksdio.c | 589 bt_dev_warn(bdev->hdev, "Tx fifo overflow"); in btmtksdio_txrx_work()
|
D | btusb.c | 2118 …bt_dev_warn(hdev, "CSR: Unbranded CSR clone detected; adding workarounds and force-suspending once… in btusb_setup_csr() 2168 …bt_dev_warn(hdev, "CSR: Couldn't suspend the device for our Barrot 8041a02 receive-issue workaroun… in btusb_setup_csr()
|
D | hci_qca.c | 1784 bt_dev_warn(hdev, "Retry BT power ON:%d", retries); in qca_setup()
|
/linux-6.1.9/include/net/bluetooth/ |
D | bluetooth.h | 256 #define bt_dev_warn(hdev, fmt, ...) \ macro
|