Home | History | Annotate | Download | only in btm

Lines Matching refs:tx_power

1337 **                  should use the supported TX power level closest to the Tx_Power
1343 tBTM_STATUS BTM_WriteInquiryTxPower (INT8 tx_power)
1347 if (tx_power < BTM_MIN_INQ_TX_POWER || tx_power > BTM_MAX_INQ_TX_POWER)
1351 else if (!btsnd_hcic_write_inq_tx_power(tx_power))
2752 STREAM_TO_UINT8 (results.tx_power, p);
2753 BTM_TRACE_EVENT2 ("BTM INQ TX POWER Complete: tx_power %d, hci status 0x%02x",
2754 results.tx_power, results.hci_status);