Home
last modified time | relevance | path

Searched defs:ad_data (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/googleapis/google/ads/searchads360/v0/resources/
H A Dad.proto72 oneof ad_data { oneof
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/resources/
H A Dad.proto122 oneof ad_data { oneof
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/resources/
H A Dad.proto122 oneof ad_data { oneof
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/resources/
H A Dad.proto122 oneof ad_data { oneof
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/vendor_commands/
Dle_apcf.h59 std::vector<uint8_t> ad_data; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dad_parser_unittest.cc155 std::vector<uint8_t> ad_data{0x02, 0x01, 0x02, 0x11, 0x06, 0x66, 0x9a, 0x0c, 0x20, 0x00, 0x08, in TEST() local
/aosp_15_r20/external/python/bumble/apps/
Dconsole.py1132 def __init__(self, address, address_type, ad_data, rssi, connectable): argument
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_int_types.h76 uint8_t ad_data[BTM_BLE_AD_DATA_LEN]; member
/aosp_15_r20/external/python/bumble/bumble/
Dcore.py1456 def uuid_list_to_string(ad_data, uuid_size): argument
1465 def ad_data_to_string(ad_type, ad_data): argument
Ddevice.py3628 def on_peer_found(address, ad_data): argument