Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Ddevice.cc52 Phy::Type type, int8_t tx_power) { in SendLinkLayerPacket()
57 Phy::Type type, 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()
54 void BleAdvertiserIntf::OnAdvertisingParametersUpdated(uint8_t advertiser_id, int8_t tx_power, uint… in OnAdvertisingParametersUpdated()
191 void BleAdvertiserIntf::OnIdTxPowerStatusCallback(uint8_t adv_id, int8_t tx_power, uint8_t status) { in OnIdTxPowerStatusCallback()
194 void BleAdvertiserIntf::OnParametersCallback(uint8_t adv_id, uint8_t status, int8_t tx_power) { in OnParametersCallback()
Dgatt_ble_scanner_shim.cc149 int8_t tx_power, in OnScanResult()
400 uint16_t sync_handle, int8_t tx_power, int8_t rssi, uint8_t status, std::vector<uint8_t> data) { in OnPeriodicSyncReport()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/
DIAdvertisingSetCallback.aidl23 …void onAdvertisingSetStarted(in IBinder gattBinder, in int advertiserId, in int tx_power, in int s… 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.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/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/tools/rootcanal/model/setup/
Dphy_device.cc66 int8_t tx_power) { in Send()
Dphy_layer.cc58 void PhyLayer::Send(std::vector<uint8_t> const& packet, int8_t tx_power, in Send()
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h69 uint8_t tx_power; variable
Dble_advertiser.h37 int8_t tx_power; member
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_callback.h42 uint8_t tx_power; variable
Dle_advertising_manager.h59 uint8_t tx_power; // -127 to +20 (0x7f is no preference) variable
/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/bta/le_audio/broadcaster/
Dstate_machine_test.cc146 uint8_t tx_power = 32; in SetUp() local
199 int8_t tx_power, uint8_t status) { in SetUp()
362 uint8_t tx_power = 0; in TEST_F() local
970 uint8_t tx_power = 0; in TEST_F() local
Dbroadcaster.cc1036 int8_t tx_power, uint8_t status) { in OnAdvertisingSetStarted()
1082 void OnAdvertisingParametersUpdated(uint8_t advertiser_id, int8_t tx_power, in OnAdvertisingParametersUpdated()
/packages/modules/Bluetooth/system/main/shim/
Dle_advertising_manager.cc234 int8_t tx_power, in OnAdvertisingSetStarted()
282 void OnAdvertisingParametersUpdated(uint8_t advertiser_id, int8_t tx_power, in OnAdvertisingParametersUpdated()
Dle_scanning_manager.cc521 int8_t tx_power, int8_t rssi, uint16_t periodic_advertising_interval, in OnScanResult()
624 int8_t tx_power, int8_t rssi, in OnPeriodicSyncReport()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_scanner.cc88 void OnPeriodicScanResult(uint16_t sync_handle, uint8_t tx_power, int8_t rssi, in OnPeriodicScanResult()
Dbtm_ble_gap.cc1107 void btm_ble_periodic_adv_report(uint16_t sync_handle, uint8_t tx_power, in btm_ble_periodic_adv_report()
1993 uint8_t advertising_sid, int8_t tx_power, in btm_ble_update_inq_result()
2141 uint8_t advertising_sid, int8_t tx_power, in btm_ble_process_adv_pkt_cont()
2296 int8_t tx_power, int8_t rssi, uint16_t periodic_adv_int, in btm_ble_process_adv_pkt_cont_for_inquiry()
Dble_scanner_hci_interface.cc199 void OnPeriodicScanResult(uint16_t sync_handle, uint8_t tx_power, int8_t rssi, in OnPeriodicScanResult()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc590 uint8_t advertising_sid, int8_t tx_power, int8_t rssi, in OnScanResult()
603 void OnPeriodicSyncReport(uint16_t sync_handle, int8_t tx_power, int8_t rssi, in OnPeriodicSyncReport()
633 int8_t tx_power = 0; in TEST_F() local
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_advertising_manager_facade.proto70 int32 tx_power = 12; field
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hal.py295 tx_power=0xF8, argument
Dpy_hci.py272 tx_power=0xF8, argument

12