Home
last modified time | relevance | path

Searched defs:SocketState (Results 1 – 2 of 2) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
Dbluetooth_socket.h53 enum SocketState { enum
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
Dsocket_def.h65 enum SocketState { INIT, LISTEN, CONNECTING, CONNECTED, DISCONNECTED, CLOSED }; enum