Home
last modified time | relevance | path

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 Dsoftbus_ble_gatt.c487 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 Dbluetooth_mock.h50 virtual int GetAdvHandle(int32_t btAdvId, int32_t *bcHandle) = 0;
113 MOCK_METHOD(int, GetAdvHandle, (int32_t btAdvId, int32_t *bcHandle), (override));
H A Dbluetooth_mock.cpp144 int GetAdvHandle(int32_t btAdvId, int32_t *bcHandle) in GetAdvHandle() argument