Searched refs:btAdvId (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_gatt.c | 487 advId, *btAdvId); in StartBleAdv() 513 int32_t btAdvId = g_advChannel[advId].advId; in SoftbusStartAdv() local 547 int32_t btAdvId = g_advChannel[advId].advId; in SoftbusStopAdv() local 555 int32_t ret = BleStopAdv(btAdvId); in SoftbusStopAdv() 578 int32_t btAdvId = g_advChannel[advId].advId; in SoftbusSetAdvData() local 581 advId, btAdvId); in SoftbusSetAdvData() 590 advId, btAdvId); in SoftbusSetAdvData() 600 advId, btAdvId); in SoftbusSetAdvData() 814 int32_t btAdvId = g_advChannel[advId].advId; in SoftbusGetBroadcastHandle() local 816 int32_t ret = GetAdvHandle(btAdvId, bcHandle); in SoftbusGetBroadcastHandle() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.h | 50 virtual int GetAdvHandle(int32_t btAdvId, int32_t *bcHandle) = 0; 113 MOCK_METHOD(int, GetAdvHandle, (int32_t btAdvId, int32_t *bcHandle), (override));
|
H A D | bluetooth_mock.cpp | 144 int GetAdvHandle(int32_t btAdvId, int32_t *bcHandle) in GetAdvHandle() argument
|