Expand description
Connection lifecycle: RFCOMM connect, OBEX session establishment, and teardown, given an
already-resolved device address and channel (SDP lookup happens in imsg-transport::discover).
Functions§
- connect_
map - RFCOMM connect to
addr:channel(gating onBT_CONNECTEDup tobt_gate, requestingsecurityif given) thenestablish_map_session. - connect_
pbap - RFCOMM connect to
addr:channelthen PBAP OBEX CONNECT. - establish_
map_ session - OBEX CONNECT + enable MAP notifications. Caller must hold the returned client — iOS drops notification registration on OBEX DISCONNECT.