Home
last modified time | relevance | path

Searched refs:NotifyReusedConnected (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_manager.h125 void NotifyReusedConnected(uint32_t connectionId, uint16_t challengeCode);
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_manager_test.cpp591 NotifyReusedConnected(bleConnection->connectionId, challengeCode);
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c447 NotifyReusedConnected(connection->connectionId, challengeCode); in BleOnReferenceRequest()
H A Dsoftbus_conn_ble_manager.c1421 void NotifyReusedConnected(uint32_t connectionId, uint16_t challengeCode) in NotifyReusedConnected() function