Home
last modified time | relevance | path

Searched refs:currentAddr (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c151 static void GapCallbackRPAAdvertisingReport(const AdvReportRPAResolveInfo *info, const BtAddr *currentAddr) in GapCallbackRPAAdvertisingReport() argument
174 report->eventType, &info->addr, reportParam, currentAddr, g_leScanCallback.context); in GapCallbackRPAAdvertisingReport()
178 static void GapCallbackRPAExtendedAdvertisingReport(const AdvReportRPAResolveInfo *info, const BtAddr *currentAddr) in GapCallbackRPAExtendedAdvertisingReport() argument
204 report->eventType, &info->addr, advParam, currentAddr, g_leExScanCallback.context); in GapCallbackRPAExtendedAdvertisingReport()
208 static void GapCallbackRPADirectedAdvertisingReport(const AdvReportRPAResolveInfo *info, const BtAddr *currentAddr) in GapCallbackRPADirectedAdvertisingReport() argument
228 report->eventType, &info->addr, reportParam, currentAddr, g_leExScanCallback.context); in GapCallbackRPADirectedAdvertisingReport()
232 void GapDoCallbackRPAAdvertisingReport(void *data, const BtAddr *currentAddr) in GapDoCallbackRPAAdvertisingReport() argument
237 GapCallbackRPAAdvertisingReport(info, currentAddr); in GapDoCallbackRPAAdvertisingReport()
241 GapCallbackRPAExtendedAdvertisingReport(info, currentAddr); in GapDoCallbackRPAAdvertisingReport()
245 GapCallbackRPADirectedAdvertisingReport(info, currentAddr); in GapDoCallbackRPAAdvertisingReport()
293 BtAddr currentAddr = info->addr; GapResolveRPAResult() local
396 BtAddr currentAddr = addr; GapOnLeAdvertisingReportEventProcessOnce() local
502 BtAddr currentAddr = addr; GapOnLeExtendedAdvertisingReportEventProcessOnce() local
552 BtAddr currentAddr = addr; GapOnLeDirectedAdvertisingReportProcessOnce() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.h41 int BTM_UpdateCurrentRemoteAddress(const BtAddr *pairedAddr, const BtAddr *currentAddr);
42 int BTM_GetCurrentRemoteAddress(const BtAddr *pairedAddr, BtAddr *currentAddr);
H A Dbtm_le_sec.c35 BtAddr currentAddr; member
56 block->currentAddr = device->addr; in BtmAllocLePairedDeviceBlock()
523 int BTM_UpdateCurrentRemoteAddress(const BtAddr *pairedAddr, const BtAddr *currentAddr) in BTM_UpdateCurrentRemoteAddress() argument
525 if (pairedAddr == NULL || currentAddr == NULL) { in BTM_UpdateCurrentRemoteAddress()
539 block->currentAddr = *currentAddr; in BTM_UpdateCurrentRemoteAddress()
549 int BTM_GetCurrentRemoteAddress(const BtAddr *pairedAddr, BtAddr *currentAddr) in BTM_GetCurrentRemoteAddress() argument
551 if (pairedAddr == NULL || currentAddr == NULL) { in BTM_GetCurrentRemoteAddress()
565 *currentAddr = block->currentAddr; in BTM_GetCurrentRemoteAddress()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.h208 const BtAddr *currentAddr, void *context);
210 uint8_t advType, const BtAddr *addr, GapExAdvReportParam reportParam, const BtAddr *currentAddr, void *context);
384 const BtAddr *currentAddr, void *context);
H A Dble_central_manager_impl.cpp241 uint8_t advType, const BtAddr *peerAddr, GapAdvReportParam reportParam, const BtAddr *currentAddr, void *context) in AdvertisingReport()
275 uint8_t advType, const BtAddr *addr, GapExAdvReportParam reportParam, const BtAddr *currentAddr, void *context) in ExAdvertisingReport()
308 if (currentAddr != nullptr) { in ExAdvertisingReport()
309 peerCurrentAddr.type = currentAddr->type; in ExAdvertisingReport()
310 (void)memcpy_s(peerCurrentAddr.addr, BT_ADDRESS_SIZE, currentAddr->addr, BT_ADDRESS_SIZE); in ExAdvertisingReport()
1731 GapDirectedAdvReportParam reportParam, const BtAddr *currentAddr, void *context) in DirectedAdvertisingReport()
240 AdvertisingReport( uint8_t advType, const BtAddr *peerAddr, GapAdvReportParam reportParam, const BtAddr *currentAddr, void *context) AdvertisingReport() argument
274 ExAdvertisingReport( uint8_t advType, const BtAddr *addr, GapExAdvReportParam reportParam, const BtAddr *currentAddr, void *context) ExAdvertisingReport() argument
1730 DirectedAdvertisingReport(uint8_t advType, const BtAddr *addr, GapDirectedAdvReportParam reportParam, const BtAddr *currentAddr, void *context) DirectedAdvertisingReport() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h202 uint8_t advType, const BtAddr *addr, GapAdvReportParam reportParam, const BtAddr *currentAddr, void *context);
235 uint8_t advType, const BtAddr *addr, GapExAdvReportParam reportParam, const BtAddr *currentAddr, void *context);
237 const BtAddr *currentAddr, void *context);
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp2610 std::string currentAddr = ""; in HWTEST_F() local
2612 std::string nextIpAddr = pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr); in HWTEST_F()
2619 std::string currentAddr = CURRENT_ADDR; in HWTEST_F() local
2621 std::string nextIpAddr = pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr); in HWTEST_F()
2628 std::string currentAddr = ""; in HWTEST_F() local
2630 std::string nextIpAddr = pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr); in HWTEST_F()
2637 std::string currentAddr = CURRENT_ADDR; in HWTEST_F() local
2639 std::string nextIpAddr = pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAddr); in HWTEST_F()
2646 std::string currentAddr = CURRENT_ADDR; in HWTEST_F() local
2648 EXPECT_NE(pSelfCureStateMachine->GetNextIpAddr(gateway, currentAddr, testedAdd in HWTEST_F()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.h377 std::string GetNextIpAddr(const std::string& gateway, const std::string& currentAddr,
H A Dself_cure_state_machine.cpp2420 std::string SelfCureStateMachine::GetNextIpAddr(const std::string& gateway, const std::string& currentAddr, in GetNextIpAddr() argument
2424 if (gateway.empty() || currentAddr.empty() || testedAddr.size() ==0) { in GetNextIpAddr()
2425 WIFI_LOGI("gateway is empty or currentAddr is empty or testedAddr.size() == 0"); in GetNextIpAddr()
2430 ipAddr = TransIpAddressToVec(currentAddr); in GetNextIpAddr()

Completed in 19 milliseconds