Home | History | Annotate | Download | only in btm

Lines Matching refs:tx_power

42     uint8_t /* inst_id */, int8_t /* tx_power */, uint8_t /* status */)>;
60 int8_t tx_power;
91 tx_power(0),
337 [](c_type c, uint8_t status, int8_t tx_power) {
344 c->self->adv_inst[c->inst_id].tx_power = tx_power;
415 [](c_type c, uint8_t status, int8_t tx_power) {
423 c->self->adv_inst[c->inst_id].tx_power = tx_power;
519 int8_t tx_power = c->self->adv_inst[c->inst_id].tx_power;
520 c->cb.Run(c->inst_id, tx_power, status);
627 p_inst->tx_power = p_params->tx_power;
635 p_params->adv_filter_policy, p_inst->tx_power,
676 data[i + 2] = adv_inst[inst_id].tx_power;