Home
last modified time | relevance | path

Searched defs:reg_id (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dle_advertising_manager.cc79 int reg_id = in Unregister() local
140 void StartAdvertisingSet(uint8_t client_id, int reg_id, in StartAdvertisingSet()
233 void OnAdvertisingSetStarted(int reg_id, uint8_t advertiser_id, in OnAdvertisingSetStarted()
254 int reg_id = in OnAdvertisingEnabled() local
383 uint8_t is_native_advertiser(int reg_id) { in is_native_advertiser()
Dle_scanning_manager.cc427 int reg_id) { in StartSync()
491 int reg_id) { in SyncTxParameters()
606 int reg_id, uint8_t status, uint16_t sync_handle, uint8_t advertising_sid, in OnPeriodicSyncStarted()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dbt_adv.rs76 let reg_id = context.gatt_dbus.as_mut().unwrap().start_advertising_set( in start() localVariable
/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()
134 int32_t reg_id, in StartAdvertisingSet()
/packages/modules/Bluetooth/floss/pandora/floss/
Dadvertising_client.py32 def on_advertising_set_started(self, reg_id, advertiser_id, tx_power, status): argument
221 def OnAdvertisingSetStarted(self, reg_id, advertiser_id, tx_power, status): argument
299 def on_advertising_set_started(self, reg_id, advertiser_id, tx_power, status): argument
736 def wait_for_adv_started(self, reg_id): argument
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine_test.cc144 BleAdvertiserInterface::IdStatusCallback timeout_cb) { in SetUp()
199 int8_t tx_power, uint8_t status) { in SetUp()
360 BleAdvertiserInterface::IdStatusCallback timeout_cb) { in TEST_F()
968 BleAdvertiserInterface::IdStatusCallback timeout_cb) { in TEST_F()
Dbroadcaster.cc1035 void OnAdvertisingSetStarted(int reg_id, uint8_t advertiser_id, in OnAdvertisingSetStarted()
/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager.cc1633 int reg_id = id_map_[id]; in on_set_advertising_enable_complete() local
1680 int reg_id = id_map_[id]; in on_set_extended_advertising_enable_complete() local
1874 int reg_id, in ExtendedCreateAdvertiser()
Dle_periodic_sync_manager.h195 const Address& /* address */, uint8_t mode, uint16_t skip, uint16_t timeout, int reg_id) { in SyncTxParameters()
Dle_scanning_manager.cc1847 …nt8_t sid, const AddressWithType& address_with_type, uint16_t skip, uint16_t timeout, int reg_id) { in StartSync()
1879 const Address& address, uint8_t mode, uint16_t skip, uint16_t timeout, int reg_id) { in SyncTxParameters()
Dle_periodic_sync_manager_test.cc479 int reg_id = 0x01; in TEST_F() local
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_advertising_manager_facade.cc415 int reg_id, uint8_t advertiser_id, int8_t /* tx_power */, AdvertisingStatus status) { in OnAdvertisingSetStarted()
/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.cpp896 void OnAdvertisingSetStarted(int reg_id, uint8_t advertiser_id, in OnAdvertisingSetStarted()
1107 void OnPeriodicSyncStarted(int reg_id, uint8_t status, uint16_t sync_handle, in OnPeriodicSyncStarted()
2247 static void ble_advertising_set_started_cb(int reg_id, int server_if, in ble_advertising_set_started_cb()
2278 jint duration, jint maxExtAdvEvents, jint reg_id, jint server_if) { in startAdvertisingSetNative()
2498 jint reg_id) { in startSyncNative()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_adv.rs413 reg_id: RegId, field
462 fn reg_id(&self) -> RegId { in reg_id() method
939 let reg_id = self.new_reg_id(); in start_advertising_set() localVariable
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc599 void OnPeriodicSyncStarted(int reg_id, uint8_t status, uint16_t sync_handle, in OnPeriodicSyncStarted()