Home
last modified time | relevance | path

Searched refs:PASSIVECONNECT_DISCONNECT_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h146 #define PASSIVECONNECT_DISCONNECT_SUCCESS 0x57 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp831 … ((AttBredrDisconnectCallback *)msg.arg2_)->reason == PASSIVECONNECT_DISCONNECT_SUCCESS || in DoDisconnectComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c274 bredrDisConnObj.reason = PASSIVECONNECT_DISCONNECT_SUCCESS; in DisconnectRespCallbackAsync()