Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Ddevice.cc49 Phy::Type type, int8_t tx_power) { in SendLinkLayerPacket()
54 int8_t tx_power) { in SendLinkLayerPacket()
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_advertiser_shim.cc42 void BleAdvertiserIntf::OnAdvertisingSetStarted(int reg_id, uint8_t advertiser_id, int8_t tx_power, in OnAdvertisingSetStarted()
55 void BleAdvertiserIntf::OnAdvertisingParametersUpdated(uint8_t advertiser_id, int8_t tx_power, in OnAdvertisingParametersUpdated()
180 void BleAdvertiserIntf::OnIdTxPowerStatusCallback(uint8_t adv_id, int8_t tx_power, uint8_t status) { in OnIdTxPowerStatusCallback()
183 void BleAdvertiserIntf::OnParametersCallback(uint8_t adv_id, uint8_t status, int8_t tx_power) { in OnParametersCallback()
Dgatt_ble_scanner_shim.cc148 uint8_t advertising_sid, int8_t tx_power, int8_t rssi, in OnScanResult()
347 void BleScannerIntf::OnPeriodicSyncReport(uint16_t sync_handle, int8_t tx_power, int8_t rssi, in OnPeriodicSyncReport()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/
DIAdvertisingSetCallback.aidl23 …void onAdvertisingSetStarted(in IBinder advertiseBinder, in int advertiserId, in int tx_power, in … in onAdvertisingSetStarted()
29 void onAdvertisingParametersUpdated(in int advertiserId, in int tx_power, in int status); in onAdvertisingParametersUpdated()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dffi.cc48 void (*send_ll)(uint8_t const* data, size_t data_len, int phy, int tx_power)) { in ffi_controller_new()
65 [=](std::vector<uint8_t> const& data, Phy::Type phy, int8_t tx_power) { in ffi_controller_new()
/packages/modules/Bluetooth/floss/pandora/floss/
Dadvertising_client.py32 def on_advertising_set_started(self, reg_id, advertiser_id, tx_power, status): argument
103 def on_advertising_parameters_updated(self, advertiser_id, tx_power, status): argument
221 def OnAdvertisingSetStarted(self, reg_id, advertiser_id, tx_power, status): argument
251 def OnAdvertisingParametersUpdated(self, advertiser_id, tx_power, status): argument
299 def on_advertising_set_started(self, reg_id, advertiser_id, tx_power, status): argument
343 def on_advertising_parameters_updated(self, advertiser_id, tx_power, status): argument
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h41 uint8_t tx_power; variable
Dble_advertiser.h37 int8_t tx_power; member
Dbt_common_types.h38 uint8_t tx_power; member
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_device.cc58 void PhyDevice::Send(std::vector<uint8_t> const& packet, Phy::Type type, int8_t tx_power) { in Send()
Dphy_layer.cc57 void PhyLayer::Send(std::vector<uint8_t> const& packet, int8_t tx_power, in Send()
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_callback.h42 uint8_t tx_power; variable
Dle_advertising_manager.h58 uint8_t tx_power; // -127 to +20 (0x7f is no preference) variable
Dle_advertising_manager.cc76 int8_t tx_power; member
1661 int8_t tx_power = advertising_sets_[enabled_set.advertising_handle_].tx_power; in on_set_extended_advertising_enable_complete() local
/packages/modules/Bluetooth/system/stack/include/
Dacl_api_types.h75 int8_t tx_power; member
/packages/modules/Connectivity/nearby/service/proto/src/presence/
Dblefilter.proto110 optional int32 tx_power = 2; field
/packages/modules/Bluetooth/system/main/shim/
Dle_advertising_manager.cc237 void OnAdvertisingSetStarted(int reg_id, uint8_t advertiser_id, int8_t tx_power, in OnAdvertisingSetStarted()
295 void OnAdvertisingParametersUpdated(uint8_t advertiser_id, int8_t tx_power, in OnAdvertisingParametersUpdated()
Dle_scanning_manager.cc468 int8_t tx_power, int8_t rssi, in on_scan_result()
501 int8_t tx_power, int8_t rssi, in OnScanResult()
580 void BleScannerInterfaceImpl::OnPeriodicSyncReport(uint16_t sync_handle, int8_t tx_power, in OnPeriodicSyncReport()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_scanner.cc81 void OnPeriodicScanResult(uint16_t sync_handle, uint8_t tx_power, int8_t rssi, uint8_t cte_type, in OnPeriodicScanResult()
Dbtm_ble_gap.cc1047 void btm_ble_periodic_adv_report(uint16_t sync_handle, uint8_t tx_power, int8_t rssi, in btm_ble_periodic_adv_report()
1858 uint8_t advertising_sid, int8_t tx_power, int8_t rssi, in btm_ble_update_inq_result()
1982 uint8_t advertising_sid, int8_t tx_power, int8_t rssi, in btm_ble_process_adv_pkt_cont()
2137 int8_t tx_power, int8_t rssi, in btm_ble_process_adv_pkt_cont_for_inquiry()
Dble_scanner_hci_interface.cc190 void OnPeriodicScanResult(uint16_t sync_handle, uint8_t tx_power, int8_t rssi, uint8_t cte_type, in OnPeriodicScanResult()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine_test.cc131 uint8_t tx_power = 32; in SetUp() local
195 uint8_t status) { in SetUp()
379 uint8_t tx_power = 0; in TEST_F() local
1091 uint8_t tx_power = 0; in TEST_F() local
Dstate_machine.cc147 void OnCreateAnnouncement(uint8_t advertising_sid, int8_t tx_power, uint8_t status) { in OnCreateAnnouncement()
/packages/modules/Bluetooth/floss/pandora/server/
Dhost.py376 def on_advertising_set_started(self, reg_id, advertiser_id, tx_power, status): argument
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp849 void OnAdvertisingSetStarted(int reg_id, uint8_t advertiser_id, int8_t tx_power, uint8_t status) { in OnAdvertisingSetStarted()
889 void OnAdvertisingParametersUpdated(uint8_t advertiser_id, int8_t tx_power, uint8_t status) { in OnAdvertisingParametersUpdated()
971 uint8_t secondary_phy, uint8_t advertising_sid, int8_t tx_power, int8_t rssi, in OnScanResult()
1075 void OnPeriodicSyncReport(uint16_t sync_handle, int8_t tx_power, int8_t rssi, uint8_t data_status, in OnPeriodicSyncReport()
2395 int8_t tx_power, uint8_t status) { in ble_advertising_set_started_cb()
2538 int8_t tx_power) { in setAdvertisingParametersNativeCb()

12