def hdl_wid_103(desc): stack = get_stack() chan = stack.l2cap.chan_lookup_id(0) time.sleep(10) btp.l2cap_reconfigure(None, None, chan.our_mtu + 1, [chan.id for chan in stack.l2cap.channels]) return True
def hdl_wid_103(desc): stack = get_stack() btp.l2cap_reconfigure(None, None, 0, [chan.id for chan in stack.l2cap.channels]) return True