Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c605 if (hdev->inq_tx_power != HCI_TX_POWER_INVALID) { in create_eir()
608 ptr[2] = (u8) hdev->inq_tx_power; in create_eir()
H A Dhci_event.c226 hdev->inq_tx_power = HCI_TX_POWER_INVALID; in hci_cc_reset()
934 hdev->inq_tx_power = rp->tx_power; in hci_cc_read_inq_rsp_tx_power()
H A Dhci_core.c3603 hdev->inq_tx_power = HCI_TX_POWER_INVALID; in hci_alloc_dev()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h327 __s8 inq_tx_power; member