Searched refs:bleAddr (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
H A D | net_builder_test.cpp | 111 ConnectionAddr bleAddr = { variable 118 EXPECT_TRUE(strncpy_s(bleAddr.info.br.brMac, BT_MAC_LEN, BT_MAC, strlen(BT_MAC)) == EOK); 119 EXPECT_TRUE(strncpy_s(bleAddr.info.ip.ip, IP_STR_MAX_LEN, WLAN_IP, strlen(WLAN_IP)) == EOK); 120 EXPECT_TRUE(LnnIsSameConnectionAddr(&bleAddr, &bleAddr, true)); 122 EXPECT_FALSE(LnnIsSameConnectionAddr(&bleAddr, ðAddr, false));
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_client_test.cpp | 306 const char *bleAddr = "11:22:33:44:55:33"; variable 348 const char *bleAddr = "11:22:33:44:55:00"; variable 387 const char *bleAddr = "11:22:33:44:55:66"; variable 420 const char *bleAddr = "11:22:33:44:44:99"; variable 456 const char *bleAddr = "11:22:33:44:44:37"; variable 501 const char *bleAddr = "11:00:33:44:44:99"; variable 552 const char *bleAddr = "11:22:33:44:44:99"; variable 594 const char *bleAddr = "11:22:33:44:22:99"; variable 638 const char *bleAddr = "11:22:33:44:22:03"; variable 686 const char *bleAddr = "11:22:33:44:22:05"; variable [all …]
|
H A D | ble_service_connection_test.cpp | 445 const char *bleAddr = "12:22:33:44:55:66"; variable 450 …ConnBleConnection *connection = ConnBleCreateConnection(bleAddr, BLE_GATT, CONN_SIDE_SERVER, 1, fa… 471 const char *bleAddr = "13:23:33:43:53:63"; variable 472 …ConnBleConnection *connection = ConnBleCreateConnection(bleAddr, BLE_GATT, CONN_SIDE_SERVER, 11, f…
|
H A D | connection_ble_manager_test.cpp | 298 const char *bleAddr = "00:22:33:44:55:66"; variable 301 ConnBleCreateConnection(bleAddr, BLE_GATT, CONN_SIDE_CLIENT, INVALID_UNDERLAY_HANDLE, true);
|