Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dhci_sync.c747 if (!lmp_ext_inq_capable(hdev)) in hci_update_eir_sync()
3665 mode = lmp_ext_inq_capable(hdev) ? 0x02 : 0x01; in hci_write_inquiry_mode_sync()
3868 if (lmp_ext_inq_capable(hdev)) in hci_set_event_mask_sync()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h1807 #define lmp_ext_inq_capable(dev) ((dev)->features[0][6] & LMP_EXT_INQ) macro