/packages/modules/Bluetooth/tools/rootcanal/model/devices/ |
D | device.cc | 52 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/ |
D | gatt_ble_advertiser_shim.cc | 42 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()
|
D | gatt_ble_scanner_shim.cc | 149 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/ |
D | IAdvertisingSetCallback.aidl | 23 …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/ |
D | ffi.cc | 50 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/ |
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/tools/rootcanal/model/setup/ |
D | phy_device.cc | 66 int8_t tx_power) { in Send()
|
D | phy_layer.cc | 58 void PhyLayer::Send(std::vector<uint8_t> const& packet, int8_t tx_power, in Send()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 69 uint8_t tx_power; variable
|
D | ble_advertiser.h | 37 int8_t tx_power; member
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_callback.h | 42 uint8_t tx_power; variable
|
D | le_advertising_manager.h | 59 uint8_t tx_power; // -127 to +20 (0x7f is no preference) variable
|
/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/bta/le_audio/broadcaster/ |
D | state_machine_test.cc | 146 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
|
D | broadcaster.cc | 1036 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/ |
D | le_advertising_manager.cc | 234 int8_t tx_power, in OnAdvertisingSetStarted() 282 void OnAdvertisingParametersUpdated(uint8_t advertiser_id, int8_t tx_power, in OnAdvertisingParametersUpdated()
|
D | le_scanning_manager.cc | 521 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/ |
D | btm_ble_scanner.cc | 88 void OnPeriodicScanResult(uint16_t sync_handle, uint8_t tx_power, int8_t rssi, in OnPeriodicScanResult()
|
D | btm_ble_gap.cc | 1107 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()
|
D | ble_scanner_hci_interface.cc | 199 void OnPeriodicScanResult(uint16_t sync_handle, uint8_t tx_power, int8_t rssi, in OnPeriodicScanResult()
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 590 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/ |
D | le_advertising_manager_facade.proto | 70 int32 tx_power = 12; field
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_hal.py | 295 tx_power=0xF8, argument
|
D | py_hci.py | 272 tx_power=0xF8, argument
|