Home
last modified time | relevance | path

Searched refs:inq_tx_power (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Deir.c199 if (hdev->inq_tx_power != HCI_TX_POWER_INVALID) { in eir_create()
202 ptr[2] = (u8)hdev->inq_tx_power; in eir_create()
H A Dhci_event.c286 hdev->inq_tx_power = HCI_TX_POWER_INVALID; in hci_cc_reset()
1103 hdev->inq_tx_power = rp->tx_power; in hci_cc_read_inq_rsp_tx_power()
H A Dhci_core.c2438 hdev->inq_tx_power = HCI_TX_POWER_INVALID; in hci_alloc_dev_priv()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h383 __s8 inq_tx_power; member