Home
last modified time | relevance | path

Searched refs:StartAdvertisingSet (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_advertiser_shim.cc133 void BleAdvertiserIntf::StartAdvertisingSet( in StartAdvertisingSet() function in bluetooth::topshim::rust::BleAdvertiserIntf
147 adv_intf_->StartAdvertisingSet( in StartAdvertisingSet()
Dgatt_ble_advertiser_shim.h63 void StartAdvertisingSet(
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_le_advertising_manager.h48 MOCK_METHOD((void), StartAdvertisingSet,
/packages/modules/Bluetooth/system/include/hardware/
Dble_advertiser.h127 virtual void StartAdvertisingSet(
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine_test.cc134 ON_CALL(*mock_ble_advertising_manager_, StartAdvertisingSet) in SetUp()
350 EXPECT_CALL(*mock_ble_advertising_manager_, StartAdvertisingSet) in TEST_F()
958 EXPECT_CALL(*mock_ble_advertising_manager_, StartAdvertisingSet) in TEST_F()
Dstate_machine.cc371 advertiser_if_->StartAdvertisingSet( in CreateBroadcastAnnouncement()
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py115 await self.__gatt_stub.StartAdvertisingSet(empty_proto.Empty())
/packages/modules/Bluetooth/system/main/shim/
Dle_advertising_manager.cc140 void StartAdvertisingSet(uint8_t client_id, int reg_id, in StartAdvertisingSet() function in BleAdvertiserInterfaceImpl
/packages/modules/Bluetooth/floss/pandora/floss/
Dadvertising_client.py553 …return self.proxy().StartAdvertisingSet(parameters, advertise_data, scan_response, periodic_parame…
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto44 rpc StartAdvertisingSet(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs352 fn StartAdvertisingSet( in StartAdvertisingSet() function
1693 StartAdvertisingSet, in start_advertising_set()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2302 sGattIf->advertiser->StartAdvertisingSet( in startAdvertisingSetNative()