Searched refs:MP_EOPNOTSUPP (Results 1 – 4 of 4) sorted by relevance
75 #define MP_EOPNOTSUPP (95) // Operation not supported on transport endpoint macro131 #define MP_EOPNOTSUPP EOPNOTSUPP macro
1094 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()
922 mp_raise_OSError(MP_EOPNOTSUPP); in lwip_socket_listen()955 mp_raise_OSError(MP_EOPNOTSUPP); in lwip_socket_accept()
76 [BLE_HS_ENOTSUP] = MP_EOPNOTSUPP,898 return MP_EOPNOTSUPP; in mp_bluetooth_gatts_register_service_begin()
Completed in 14 milliseconds