/packages/modules/Bluetooth/tools/rootcanal/model/devices/ |
D | device.cc | 49 Phy::Type type, int8_t tx_power) { in SendLinkLayerPacket() 54 int8_t tx_power) { in SendLinkLayerPacket()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_advertiser_shim.cc | 42 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()
|
D | gatt_ble_scanner_shim.cc | 148 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/ |
D | IAdvertisingSetCallback.aidl | 23 …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/ |
D | ffi.cc | 48 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/ |
D | advertising_client.py | 32 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/ |
D | ble_scanner.h | 41 uint8_t tx_power; variable
|
D | ble_advertiser.h | 37 int8_t tx_power; member
|
D | bt_common_types.h | 38 uint8_t tx_power; member
|
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | phy_device.cc | 58 void PhyDevice::Send(std::vector<uint8_t> const& packet, Phy::Type type, int8_t tx_power) { in Send()
|
D | phy_layer.cc | 57 void PhyLayer::Send(std::vector<uint8_t> const& packet, int8_t tx_power, in Send()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_callback.h | 42 uint8_t tx_power; variable
|
D | le_advertising_manager.h | 58 uint8_t tx_power; // -127 to +20 (0x7f is no preference) variable
|
D | le_advertising_manager.cc | 76 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/ |
D | acl_api_types.h | 75 int8_t tx_power; member
|
/packages/modules/Connectivity/nearby/service/proto/src/presence/ |
D | blefilter.proto | 110 optional int32 tx_power = 2; field
|
/packages/modules/Bluetooth/system/main/shim/ |
D | le_advertising_manager.cc | 237 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()
|
D | le_scanning_manager.cc | 468 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/ |
D | btm_ble_scanner.cc | 81 void OnPeriodicScanResult(uint16_t sync_handle, uint8_t tx_power, int8_t rssi, uint8_t cte_type, in OnPeriodicScanResult()
|
D | btm_ble_gap.cc | 1047 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()
|
D | ble_scanner_hci_interface.cc | 190 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/ |
D | state_machine_test.cc | 131 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
|
D | state_machine.cc | 147 void OnCreateAnnouncement(uint8_t advertising_sid, int8_t tx_power, uint8_t status) { in OnCreateAnnouncement()
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | host.py | 376 def on_advertising_set_started(self, reg_id, advertiser_id, tx_power, status): argument
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 849 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()
|