Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dble_scanner_hci_interface.cc152 uint16_t service_data, uint8_t adv_handle, in PeriodicAdvSetInfoTransfer()
260 uint16_t service_data, uint8_t adv_handle, in PeriodicAdvSetInfoTransfer()
Dbtm_ble_scanner.cc73 uint16_t service_data, uint8_t adv_handle, in PeriodicAdvSetInfoTransfer()
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_hcic_layer.cc81 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hciblecmds.cc152 uint16_t conn_handle, uint16_t service_data, uint8_t adv_handle, in btsnd_hcic_ble_periodic_advertising_set_info_transfer()
304 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big()
/packages/modules/Bluetooth/system/tools/scripts/
Ddump_le_audio.py359 def parse_big_codec_information(adv_handle, packet): argument
/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc530 void btsnd_hcic_create_big(uint8_t big_handle, uint8_t adv_handle, in btsnd_hcic_create_big()
742 uint16_t conn_handle, uint16_t service_data, uint8_t adv_handle, in btsnd_hcic_ble_periodic_advertising_set_info_transfer()
/packages/modules/Bluetooth/system/gd/hci/
Dle_periodic_sync_manager.h177 …const Address& address, uint16_t service_data, uint8_t adv_handle, int pa_source, uint16_t connect… in SyncSetInfo()
Dle_scanning_manager.cc1872 uint8_t adv_handle, in TransferSetInfo()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api_types.h135 uint8_t adv_handle; member
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc343 void BleScannerIntf::TransferSetInfo(RawAddress addr, uint16_t service_data, uint8_t adv_handle) { in TransferSetInfo()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc472 uint8_t adv_handle, in TransferSetInfo()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2525 jint service_data, jint adv_handle) { in transferSetInfoNative()