| /packages/modules/Bluetooth/tools/rootcanal/model/devices/ |
| D | device.cc | 35 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/ |
| D | phy_layer.cc | 49 int8_t tx_power) { in ComputeRssi() 58 void PhyLayer::Send(std::vector<uint8_t> const& packet, int8_t tx_power, in Send()
|
| D | phy_device.cc | 58 int8_t tx_power) { in Send()
|
| /packages/modules/Bluetooth/system/binder/android/bluetooth/le/ |
| D | IAdvertisingSetCallback.aidl | 23 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/ |
| D | gatt_ble_advertiser_shim.cc | 71 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()
|
| D | gatt_ble_scanner_shim.cc | 158 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/ |
| 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/Connectivity/nearby/service/proto/src/fastpair/ |
| D | cache.proto | 43 int32 tx_power = 11; field 158 int32 tx_power = 23; field 346 int32 tx_power = 3; field
|
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_stack_btm_ble_gap.cc | 169 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/ |
| D | ble_advertiser.h | 34 int8_t tx_power; member
|
| D | ble_scanner.h | 69 uint8_t tx_power; variable
|
| /packages/modules/Bluetooth/system/stack/btm/ |
| D | ble_advertiser_hci_interface.cc | 84 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()
|
| D | ble_scanner_hci_interface.cc | 212 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
|
| D | btm_ble_scanner.cc | 95 void OnPeriodicScanResult(uint16_t sync_handle, uint8_t tx_power, int8_t rssi, in OnPeriodicScanResult()
|
| D | btm_ble_multi_adv.cc | 65 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/ |
| D | le_scanning_manager_facade.cc | 122 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()
|
| D | le_advertising_manager_facade.cc | 400 …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/ |
| D | le_scanning_callback.h | 41 uint8_t tx_power; variable
|
| D | le_advertising_manager.h | 56 uint8_t tx_power; // -127 to +20 (0x7f is no preference) variable
|
| /packages/modules/Bluetooth/system/stack/include/ |
| D | ble_advertiser.h | 54 int8_t tx_power; member
|
| D | acl_api_types.h | 76 int8_t tx_power; member
|
| /packages/modules/Bluetooth/system/main/shim/ |
| D | le_scanning_manager.cc | 77 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()
|
| D | le_advertising_manager.cc | 221 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/ |
| D | blefilter.proto | 110 optional int32 tx_power = 2; field
|
| /packages/modules/Bluetooth/system/stack/test/ |
| D | ble_advertiser_test.cc | 126 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()
|