Home
last modified time | relevance | path

Searched defs:BT_SOCKET_INVALID_ID (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_socket.h30 #define BT_SOCKET_INVALID_ID (-1) macro
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_socket.cpp116 CHECK_AND_RETURN_LOG_RET(IS_BLE_ENABLED(), BT_SOCKET_INVALID_ID, "BLE is not TURN_ON"); in SocketServerCreate() local
118 CHECK_AND_RETURN_LOG_RET(IS_BT_ENABLED(), BT_SOCKET_INVALID_ID, "BR is not TURN_ON"); in SocketServerCreate() local
[all...]

Completed in 1 milliseconds