Home
last modified time | relevance | path

Searched refs:tx_power (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_multi_adv.c282 if (p_params->tx_power > BTM_BLE_ADV_TX_POWER_MAX) in btm_ble_multi_adv_set_params()
283 p_params->tx_power = BTM_BLE_ADV_TX_POWER_MAX; in btm_ble_multi_adv_set_params()
284 UINT8_TO_STREAM (pp, btm_ble_map_adv_tx_power(p_params->tx_power)); in btm_ble_multi_adv_set_params()
287 p_params->channel_map,p_params->adv_filter_policy,p_inst->inst_id,p_params->tx_power); in btm_ble_multi_adv_set_params()
Dbtm_inq.c1448 tBTM_STATUS BTM_WriteInquiryTxPower (INT8 tx_power) in BTM_WriteInquiryTxPower() argument
1452 if (tx_power < BTM_MIN_INQ_TX_POWER || tx_power > BTM_MAX_INQ_TX_POWER) in BTM_WriteInquiryTxPower()
1456 else if (!btsnd_hcic_write_inq_tx_power(tx_power)) in BTM_WriteInquiryTxPower()
2894 STREAM_TO_UINT8 (results.tx_power, p); in btm_read_linq_tx_power_complete()
2896 results.tx_power, results.hci_status); in btm_read_linq_tx_power_complete()
Dbtm_ble_int.h157 INT8 tx_power; member
Dbtm_ble_gap.c1218 if (p_data->tx_power > BTM_BLE_ADV_TX_POWER_MAX) in btm_ble_build_adv_data()
1219 p_data->tx_power = BTM_BLE_ADV_TX_POWER_MAX; in btm_ble_build_adv_data()
1220 *p++ = btm_ble_map_adv_tx_power(p_data->tx_power); in btm_ble_build_adv_data()
Dbtm_acl.c3072 STREAM_TO_UINT8 (results.tx_power, p); in btm_read_tx_power_complete()
3087 STREAM_TO_UINT8 (results.tx_power, p); in btm_read_tx_power_complete()
3092 results.tx_power, results.hci_status); in btm_read_tx_power_complete()
/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h412 UINT8 tx_power; member
437 tBTM_BLE_ADV_TX_POWER tx_power; member
Dbtm_api.h788 INT8 tx_power; member
810 INT8 tx_power; member
2850 BTM_API extern tBTM_STATUS BTM_WriteInquiryTxPower (INT8 tx_power);
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_multi_adv_util.c310 p_multi_adv_data_cb->inst_cb[cbindex].data.tx_power = in btif_gattc_copy_datacb()
311 p_multi_adv_data_cb->inst_cb[cbindex].param.tx_power; in btif_gattc_copy_datacb()
Dbtif_gatt_client.c2106 int adv_type, int chnl_map, int tx_power, int timeout_s) in btif_gattc_multi_adv_enable() argument
2118 adv_cb.param.tx_power = tx_power; in btif_gattc_multi_adv_enable()
2125 int adv_type, int chnl_map,int tx_power, int timeout_s) in btif_gattc_multi_adv_update() argument
2137 adv_cb.param.tx_power = tx_power; in btif_gattc_multi_adv_update()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h404 UINT8 tx_power; member
441 tBTA_BLE_ADV_TX_POWER tx_power; /* adv tx power */ member
1797 BTA_API extern void BTA_DmWriteInqTxPower(INT8 tx_power);
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_api.c908 void BTA_DmWriteInqTxPower(INT8 tx_power) in BTA_DmWriteInqTxPower() argument
916 p_msg->tx_power = tx_power; in BTA_DmWriteInqTxPower()
Dbta_dm_int.h377 INT8 tx_power; member
Dbta_dm_act.c650 if (BTM_WriteInquiryTxPower (p_data->tx_inq_pwr.tx_power) == BTM_ILLEGAL_VALUE) in bta_dm_tx_inqpower()
652 APPL_TRACE_ERROR("Invalid Inquiry Tx Power: %d", p_data->tx_inq_pwr.tx_power); in bta_dm_tx_inqpower()