Searched refs:l2cap_psm (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/usr.sbin/bluetooth/btpand/
H A Dbtpand.c57 uint16_t l2cap_psm; /* -p <psm> */ variable
143 l2cap_psm = ul;
173 control_path != 0 || (service_name != NULL && l2cap_psm != 0)))
180 if (l2cap_psm == 0)
181 l2cap_psm = L2CAP_PSM_BNEP;
H A Dclient.c83 sa.l2cap_psm = htole16(l2cap_psm);
215 && _sdp_get_uint16(&seq1, seq0, &l2cap_psm)
218 log_info("Found PSM %d for service %s", l2cap_psm, service_name);
H A Dserver.c105 sa.l2cap_psm = htole16(l2cap_psm);
273 p.psm = l2cap_psm;
H A Dbtpand.h159 extern uint16_t l2cap_psm;
/freebsd-10.0-release/lib/libsdp/
H A Dsession.c64 sa.l2cap_psm = 0;
71 sa.l2cap_psm = htole16(NG_L2CAP_PSM_SDP);
/freebsd-10.0-release/usr.sbin/bluetooth/bthidd/
H A Dclient.c238 l2addr.l2cap_psm = 0;
246 l2addr.l2cap_psm = htole16(psm);
H A Dserver.c92 l2addr.l2cap_psm = htole16(0x11);
120 l2addr.l2cap_psm = htole16(0x13);
/freebsd-10.0-release/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h227 u_int16_t l2cap_psm; /* PSM (Protocol/Service Multiplexor) */ member in struct:sockaddr_l2cap
/freebsd-10.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2039 psm = le16toh(sa->l2cap_psm);
2100 if (sa->l2cap_psm == 0 ||
2103 if (pcb->psm != 0 && pcb->psm != le16toh(sa->l2cap_psm))
2119 pcb->psm = le16toh(sa->l2cap_psm);
2416 sa.l2cap_psm = htole16(pcb->psm);
2569 sa.l2cap_psm = htole16(pcb->psm);
H A Dng_btsocket_l2cap_raw.c1172 sa.l2cap_psm = 0;
1214 sa.l2cap_psm = 0;
H A Dng_btsocket_rfcomm.c1335 l2sa.l2cap_psm = (dst == NULL)? htole16(NG_L2CAP_PSM_RFCOMM) : 0;
1356 l2sa.l2cap_psm = htole16(NG_L2CAP_PSM_RFCOMM);
/freebsd-10.0-release/usr.sbin/bluetooth/sdpd/
H A Dserver.c140 l2.l2cap_psm = htole16(NG_L2CAP_PSM_SDP);

Completed in 190 milliseconds