Home
last modified time | relevance | path

Searched defs:adv_handle (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/
Ddeserialize.rs125 let adv_handle = DeserializedV0Advertisement::allocate_with_contents(adv_contents)?; in deserialize_advertisement_from_slice_internal() localVariable
129 let adv_handle = DeserializedV1Advertisement::allocate_with_contents(adv_contents)?; in deserialize_advertisement_from_slice_internal() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dble_scanner_hci_interface.cc144 uint8_t adv_handle, handle_cb command_complete) override { in PeriodicAdvSetInfoTransfer()
250 uint8_t adv_handle, handle_cb command_complete) override { in PeriodicAdvSetInfoTransfer()
Dbtm_ble_scanner.cc69 uint8_t adv_handle, handle_cb command_complete) override { in PeriodicAdvSetInfoTransfer()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hciblecmds.cc143 uint16_t conn_handle, uint16_t service_data, uint8_t adv_handle, in btsnd_hcic_ble_periodic_advertising_set_info_transfer()
273 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis, in btsnd_hcic_create_big()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc513 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis, in btsnd_hcic_create_big()
711 uint16_t conn_handle, uint16_t service_data, uint8_t adv_handle, in btsnd_hcic_ble_periodic_advertising_set_info_transfer()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.cc75 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, uint8_t num_bis, in btsnd_hcic_create_big()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dandroid_extended_low_energy_advertiser.cc396 hci_spec::AdvertisingHandle adv_handle = view.advertising_handle().Read(); in OnAdvertisingStateChangedSubevent() local
H A Dextended_low_energy_advertiser.cc628 hci_spec::AdvertisingHandle adv_handle = params.advertising_handle().Read(); in OnAdvertisingSetTerminatedEvent() local
H A Dlow_energy_advertiser_test.cc235 hci_spec::AdvertisingHandle adv_handle) { in SendMultipleAdvertisingPostConnectionEvents()
/aosp_15_r20/packages/modules/Bluetooth/system/tools/scripts/
Ddump_le_audio.py359 def parse_big_codec_information(adv_handle, packet): argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_periodic_sync_manager.h166 void SyncSetInfo(const Address& address, uint16_t service_data, uint8_t adv_handle, int pa_source, in SyncSetInfo()
Dle_scanning_manager.cc1724 uint16_t service_data, uint8_t adv_handle, int pa_source) { in TransferSetInfo()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc295 void BleScannerIntf::TransferSetInfo(RawAddress addr, uint16_t service_data, uint8_t adv_handle) { in TransferSetInfo()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api_types.h136 uint8_t adv_handle; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_controller.cc3403 hci_spec::AdvertisingHandle adv_handle) { in SendLEAdvertisingSetTerminatedEvent()
3418 hci_spec::AdvertisingHandle adv_handle) { in SendAndroidLEMultipleAdvertisingStateChangeSubevent()
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc418 uint8_t adv_handle, int pa_source) { in TransferSetInfo()
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2769 jint service_data, jint adv_handle) { in transferSetInfoNative()