Searched refs:tx_power (Results 1 – 14 of 14) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_multi_adv.c | 299 if (p_params->tx_power > BTM_BLE_ADV_TX_POWER_MAX) in btm_ble_multi_adv_set_params() 300 p_params->tx_power = BTM_BLE_ADV_TX_POWER_MAX; in btm_ble_multi_adv_set_params() 301 UINT8_TO_STREAM (pp, btm_ble_map_adv_tx_power(p_params->tx_power)); in btm_ble_multi_adv_set_params() 304 p_params->channel_map,p_params->adv_filter_policy,p_inst->inst_id,p_params->tx_power); in btm_ble_multi_adv_set_params()
|
D | btm_ble_int.h | 167 INT8 tx_power; member
|
D | btm_acl.c | 2177 STREAM_TO_UINT8 (results.tx_power, p); in btm_read_tx_power_complete() 2192 STREAM_TO_UINT8 (results.tx_power, p); in btm_read_tx_power_complete() 2197 results.tx_power, results.hci_status); in btm_read_tx_power_complete()
|
D | btm_ble_batchscan.c | 96 STREAM_TO_UINT8(adv_data.tx_power, p); in btm_ble_batchscan_filter_track_adv_vse_cback()
|
D | btm_ble_gap.c | 1438 if (p_data->tx_power > BTM_BLE_ADV_TX_POWER_MAX) in btm_ble_build_adv_data() 1439 p_data->tx_power = BTM_BLE_ADV_TX_POWER_MAX; in btm_ble_build_adv_data() 1440 *p++ = btm_ble_map_adv_tx_power(p_data->tx_power); in btm_ble_build_adv_data()
|
D | btm_inq.c | 2472 STREAM_TO_UINT8 (results.tx_power, p); in btm_read_inq_tx_power_complete() 2474 results.tx_power, results.hci_status); in btm_read_inq_tx_power_complete()
|
/system/bt/service/common/bluetooth/binder/ |
D | parcel_helpers.cpp | 74 AdvertiseSettings::TxPowerLevel tx_power = in CreateAdvertiseSettingsFromParcel() local 81 new AdvertiseSettings(mode, timeout, tx_power, connectable)); in CreateAdvertiseSettingsFromParcel()
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cpp | 68 int chnl_map, int tx_power, int timeout_s) { in FakeMultiAdvEnable() argument 71 adv_type, chnl_map, tx_power, timeout_s); in FakeMultiAdvEnable()
|
D | fake_bluetooth_gatt_interface.h | 47 int chnl_map, int tx_power, int timeout_s) = 0;
|
/system/bt/btif/src/ |
D | btif_gatt_multi_adv_util.c | 311 p_multi_adv_data_cb->inst_cb[cbindex].data.tx_power = in btif_gattc_copy_datacb() 312 p_multi_adv_data_cb->inst_cb[cbindex].param.tx_power; in btif_gattc_copy_datacb()
|
D | btif_gatt_client.c | 2002 int adv_type, int chnl_map, int tx_power, int timeout_s) in btif_gattc_multi_adv_enable() argument 2014 adv_cb.param.tx_power = tx_power; in btif_gattc_multi_adv_enable() 2021 int adv_type, int chnl_map,int tx_power, int timeout_s) in btif_gattc_multi_adv_update() argument 2033 adv_cb.param.tx_power = tx_power; in btif_gattc_multi_adv_update()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 465 UINT8 tx_power; member 490 tBTM_BLE_ADV_TX_POWER tx_power; member
|
D | btm_api.h | 756 INT8 tx_power; member 778 INT8 tx_power; member
|
/system/bt/bta/include/ |
D | bta_api.h | 363 UINT8 tx_power; member 400 tBTA_BLE_ADV_TX_POWER tx_power; /* adv tx power */ member
|