Home
last modified time | relevance | path

Searched defs:tx_power (Results 1 – 25 of 44) sorted by relevance

12

/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Ddevice.cc35 Phy::Type type, int8_t tx_power) { in SendLinkLayerPacket()
40 Phy::Type type, int8_t tx_power) { in SendLinkLayerPacket()
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_layer.cc49 int8_t tx_power) { in ComputeRssi()
58 void PhyLayer::Send(std::vector<uint8_t> const& packet, int8_t tx_power, in Send()
Dphy_device.cc58 int8_t tx_power) { in Send()
/packages/modules/Bluetooth/system/binder/android/bluetooth/le/
DIAdvertisingSetCallback.aidl23 void onAdvertisingSetStarted(in int advertiserId, in int tx_power, in int status); in onAdvertisingSetStarted()
29 void onAdvertisingParametersUpdated(in int advertiserId, in int tx_power, in int status); in onAdvertisingParametersUpdated()
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_advertiser_shim.cc71 void BleAdvertiserIntf::OnAdvertisingSetStarted(int reg_id, uint8_t advertiser_id, int8_t tx_power,… in OnAdvertisingSetStarted()
83 void BleAdvertiserIntf::OnAdvertisingParametersUpdated(uint8_t advertiser_id, int8_t tx_power, uint… in OnAdvertisingParametersUpdated()
220 void BleAdvertiserIntf::OnIdTxPowerStatusCallback(uint8_t adv_id, int8_t tx_power, uint8_t status) { in OnIdTxPowerStatusCallback()
223 void BleAdvertiserIntf::OnParametersCallback(uint8_t adv_id, uint8_t status, int8_t tx_power) { in OnParametersCallback()
Dgatt_ble_scanner_shim.cc158 int8_t tx_power, in OnScanResult()
386 uint16_t sync_handle, int8_t tx_power, int8_t rssi, uint8_t status, std::vector<uint8_t> data) { in OnPeriodicSyncReport()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dffi.cc50 int tx_power)) { in ffi_controller_new()
71 [=](std::vector<uint8_t> const& data, Phy::Type phy, int8_t tx_power) { in ffi_controller_new()
/packages/modules/Connectivity/nearby/service/proto/src/fastpair/
Dcache.proto43 int32 tx_power = 11; field
158 int32 tx_power = 23; field
346 int32 tx_power = 3; field
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble_gap.cc169 uint8_t advertising_sid, int8_t tx_power, in btm_ble_process_adv_pkt_cont()
178 int8_t tx_power, int8_t rssi, uint16_t periodic_adv_int, in btm_ble_process_adv_pkt_cont_for_inquiry()
207 uint8_t advertising_sid, int8_t tx_power, in btm_ble_update_inq_result()
/packages/modules/Bluetooth/system/include/hardware/
Dble_advertiser.h34 int8_t tx_power; member
Dble_scanner.h69 uint8_t tx_power; variable
/packages/modules/Bluetooth/system/stack/btm/
Dble_advertiser_hci_interface.cc84 int8_t tx_power; in parameters_response_parser() local
98 void known_tx_pwr(BleAdvertiserHciInterface::parameters_cb cb, int8_t tx_power, in known_tx_pwr()
126 uint8_t filter_policy, int8_t tx_power, in SetParameters()
357 uint8_t filter_policy, int8_t tx_power, in SetParameters()
545 uint8_t filter_policy, int8_t tx_power, in SetParameters()
Dble_scanner_hci_interface.cc212 void OnPeriodicScanResult(uint16_t sync_handle, uint8_t tx_power, int8_t rssi, in OnPeriodicScanResult()
384 uint8_t tx_power, cte_type, pkt_data_status, pkt_data_len; in btm_ble_process_periodic_adv_pkt() local
Dbtm_ble_scanner.cc95 void OnPeriodicScanResult(uint16_t sync_handle, uint8_t tx_power, int8_t rssi, in OnPeriodicScanResult()
Dbtm_ble_multi_adv.cc65 int8_t tx_power; member
323 [](c_type c, uint8_t status, int8_t tx_power) { in StartAdvertising()
432 [](c_type c, uint8_t status, int8_t tx_power) { in StartAdvertisingSet()
600 int8_t tx_power = c->self->adv_inst[c->inst_id].tx_power; in StartAdvertisingSetFinish() local
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_scanning_manager_facade.cc122 int8_t tx_power, in OnScanResult()
163 …uint16_t sync_handle, int8_t tx_power, int8_t rssi, uint8_t status, std::vector<uint8_t> data) ove… in OnPeriodicSyncReport()
Dle_advertising_manager_facade.cc400 …void OnAdvertisingSetStarted(int reg_id, uint8_t advertiser_id, int8_t tx_power, AdvertisingStatus… in OnAdvertisingSetStarted()
438 void OnAdvertisingParametersUpdated(uint8_t advertiser_id, int8_t tx_power, uint8_t status) { in OnAdvertisingParametersUpdated()
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_callback.h41 uint8_t tx_power; variable
Dle_advertising_manager.h56 uint8_t tx_power; // -127 to +20 (0x7f is no preference) variable
/packages/modules/Bluetooth/system/stack/include/
Dble_advertiser.h54 int8_t tx_power; member
Dacl_api_types.h76 int8_t tx_power; member
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc77 uint8_t advertising_sid, int8_t tx_power, int8_t rssi, in OnScanResult()
97 void OnPeriodicSyncReport(uint16_t sync_handle, int8_t tx_power, int8_t rssi, in OnPeriodicSyncReport()
508 int8_t tx_power, int8_t rssi, uint16_t periodic_advertising_interval, in OnScanResult()
619 int8_t tx_power, int8_t rssi, in OnPeriodicSyncReport()
Dle_advertising_manager.cc221 int8_t tx_power, in OnAdvertisingSetStarted()
250 void OnAdvertisingParametersUpdated(uint8_t advertiser_id, int8_t tx_power, in OnAdvertisingParametersUpdated()
/packages/modules/Connectivity/nearby/service/proto/src/presence/
Dblefilter.proto110 optional int32 tx_power = 2; field
/packages/modules/Bluetooth/system/stack/test/
Dble_advertiser_test.cc126 uint8_t filter_policy, int8_t tx_power, in SetParameters()
184 void SetParametersCb(uint8_t status, int8_t tx_power) { in SetParametersCb()
190 void StartAdvertisingSetCb(uint8_t advertiser_id, int8_t tx_power, in StartAdvertisingSetCb()

12