grub3r-codes
grub3r-codes
I'm having a similar issue @Ezbaze: ``` def test_nested_model_update(): class A(BaseModel): attr_: int @property def get_attr_(self): return self.attr_ * 2 class B(BaseModel): list_: Optional[List[A]] = None b_1 = B(list_=[A(attr_=1)]) b_2...
Okay what's interesting is that after I hardware reset the controller, the name is properly detected but then eventually disconnects: ``` # BT_HCI_EVT_CONN_REQUEST # bt_hci_cmd_accept_conn_req # Page dev: 0 type:...
But this doesn't seem to be repeatable, I get the first set of logs 99% of the time.
I am having a similar issue, with the same model ps3 sixaxis controller. Logs show that BR is not detecting the OEM controller as PS3: ``` # BT_HCI_EVT_INQUIRY_COMPLETE # BT_HCI_EVT_CONN_REQUEST...