Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmperrno.h75 #define MP_EOPNOTSUPP (95) // Operation not supported on transport endpoint macro
131 #define MP_EOPNOTSUPP EOPNOTSUPP macro
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c1094 return MP_EOPNOTSUPP; in mp_bluetooth_gatts_write()
1225 return MP_EOPNOTSUPP; in mp_bluetooth_gap_passkey()
1433 return MP_EOPNOTSUPP; in mp_bluetooth_l2cap_listen()
1438 return MP_EOPNOTSUPP; in mp_bluetooth_l2cap_connect()
1443 return MP_EOPNOTSUPP; in mp_bluetooth_l2cap_disconnect()
1448 return MP_EOPNOTSUPP; in mp_bluetooth_l2cap_send()
1453 return MP_EOPNOTSUPP; in mp_bluetooth_l2cap_recvinto()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodlwip.c922 mp_raise_OSError(MP_EOPNOTSUPP); in lwip_socket_listen()
955 mp_raise_OSError(MP_EOPNOTSUPP); in lwip_socket_accept()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c76 [BLE_HS_ENOTSUP] = MP_EOPNOTSUPP,
898 return MP_EOPNOTSUPP; in mp_bluetooth_gatts_register_service_begin()

Completed in 14 milliseconds