Home
last modified time | relevance | path

Searched refs:psm (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-10-stable/sys/netgraph/bluetooth/include/
Dng_l2cap.h172 u_int16_t psm; /* Protocol/Service Multiplexor */ member
209 u_int16_t psm; /* Protocol/Service Multiplexor (PSM) */ member
341 u_int16_t psm; /* Protocol/Service Multiplexor */ member
358 u_int16_t psm; /* Procotol/Service Multiplexor */ member
466 u_int16_t psm; /* Protocol/Service Multiplexor */ member
561 u_int16_t psm; /* Protocol/Service Multiplexor */ member
653 u_int16_t psm; /* PSM */ member
Dng_btsocket_l2cap.h133 u_int16_t psm; /* PSM */ member
/freebsd-10-stable/sys/netgraph/bluetooth/socket/
Dng_btsocket_l2cap.c428 pcb->psm, op->lcid, op->result, op->status, in ng_btsocket_l2cap_process_l2ca_con_req_rsp()
524 pcb->psm, pcb->cid, op->result, pcb->state); in ng_btsocket_l2cap_process_l2ca_con_rsp_rsp()
583 ip->psm, ip->lcid, ip->ident); in ng_btsocket_l2cap_process_l2ca_con_ind()
587 pcb = ng_btsocket_l2cap_pcb_by_addr(&rt->src, ip->psm); in ng_btsocket_l2cap_process_l2ca_con_ind()
630 pcb1->psm = ip->psm; in ng_btsocket_l2cap_process_l2ca_con_ind()
717 pcb->psm, pcb->cid, op->result, pcb->state, pcb->cfg_state); in ng_btsocket_l2cap_process_l2ca_cfg_req_rsp()
824 pcb->psm, pcb->cid, op->result, pcb->state, pcb->cfg_state); in ng_btsocket_l2cap_process_l2ca_cfg_rsp_rsp()
918 pcb->psm, pcb->cid, pcb->state, pcb->cfg_state); in ng_btsocket_l2cap_process_l2ca_cfg_ind()
1009 pcb->psm, pcb->cid, op->result, pcb->state); in ng_btsocket_l2cap_process_l2ca_discon_rsp()
1065 pcb->psm, pcb->cid, pcb->state); in ng_btsocket_l2cap_process_l2ca_discon_ind()
[all …]
/freebsd-10-stable/sys/netgraph/bluetooth/l2cap/
Dng_l2cap_ulpi.c106 ch = ng_l2cap_new_chan(l2cap, con, ip->psm); in ng_l2cap_l2ca_con_req()
129 _ng_l2cap_con_req(cmd->aux, cmd->ident, ch->psm, ch->scid); in ng_l2cap_l2ca_con_req()
164 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_con_rsp()
321 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_con_rsp_rsp()
361 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_con_ind()
376 ip->psm = ch->psm; in ng_l2cap_l2ca_con_ind()
509 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_cfg_rsp()
668 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_cfg_rsp_rsp()
721 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_cfg_ind()
851 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_write_rsp()
[all …]
Dng_l2cap_misc.c328 ng_l2cap_new_chan(ng_l2cap_p l2cap, ng_l2cap_con_p con, u_int16_t psm) in ng_l2cap_new_chan() argument
341 ch->psm = psm; in ng_l2cap_new_chan()
Dng_l2cap_cmds.c197 mtod(m, ng_l2cap_clt_hdr_t *)->psm = in ng_l2cap_con_wakeup()
198 htole16(cmd->ch->psm); in ng_l2cap_con_wakeup()
Dng_l2cap_var.h147 u_int16_t psm; /* channel PSM */ member
Dng_l2cap_evnt.c354 u_int16_t dcid, psm; in ng_l2cap_process_con_req() local
362 psm = le16toh(cp->psm); in ng_l2cap_process_con_req()
373 ch = ng_l2cap_new_chan(l2cap, con, psm); in ng_l2cap_process_con_req()
/freebsd-10-stable/usr.sbin/bluetooth/sdpd/
Dgn.c107 buf, eob, (uint8_t const *) &gn->psm, in gn_profile_create_protocol_descriptor_list()
108 sizeof(gn->psm))); in gn_profile_create_protocol_descriptor_list()
141 return ((gn->psm == 0)? 0 : 1); in gn_profile_data_valid()
Dpanu.c107 buf, eob, (uint8_t const *) &panu->psm, in panu_profile_create_protocol_descriptor_list()
108 sizeof(panu->psm))); in panu_profile_create_protocol_descriptor_list()
116 return ((panu->psm == 0)? 0 : 1); in panu_profile_data_valid()
Dnap.c106 buf, eob, (uint8_t const *) &nap->psm, in nap_profile_create_protocol_descriptor_list()
107 sizeof(nap->psm))); in nap_profile_create_protocol_descriptor_list()
174 return ((nap->psm == 0)? 0 : 1); in nap_profile_data_valid()
Dprofile.c444 uint16_t i, psm, version = 0x0100, in bnep_profile_create_protocol_descriptor_list() local
452 memcpy(&psm, data, sizeof(psm)); in bnep_profile_create_protocol_descriptor_list()
462 SDP_PUT16(psm, buf); in bnep_profile_create_protocol_descriptor_list()
Daudio_sink.c75 SDP_PUT16(audio_sink->psm, buf); in audio_sink_profile_create_protocol_descriptor_list()
Daudio_source.c75 SDP_PUT16(audio_source->psm, buf); in audio_source_profile_create_protocol_descriptor_list()
/freebsd-10-stable/sys/ia64/conf/
DNOTES46 device psm
47 hint.psm.0.at="atkbdc"
48 hint.psm.0.irq="12"
50 # Options for psm:
/freebsd-10-stable/usr.sbin/bluetooth/bthidd/
Dclient.c48 static int32_t client_socket(bdaddr_p bdaddr, uint16_t psm);
215 client_socket(bdaddr_p bdaddr, uint16_t psm) in client_socket() argument
246 l2addr.l2cap_psm = htole16(psm); in client_socket()
/freebsd-10-stable/sys/amd64/conf/
DGENERIC.hints14 hint.psm.0.at="atkbdc"
15 hint.psm.0.irq="12"
/freebsd-10-stable/release/picobsd/bridge/
DPICOBSD.hints18 hint.psm.0.at="atkbdc"
19 hint.psm.0.irq="12"
/freebsd-10-stable/release/picobsd/qemu/
DPICOBSD.hints18 hint.psm.0.at="atkbdc"
19 hint.psm.0.irq="12"
/freebsd-10-stable/sys/i386/conf/
DGENERIC.hints20 hint.psm.0.at="atkbdc"
21 hint.psm.0.irq="12"
/freebsd-10-stable/lib/libsdp/
Dsdp.h588 uint16_t psm; member
597 uint16_t psm; member
672 uint16_t psm; /* HBO */ member
684 uint16_t psm; /* HBO */ member
695 uint16_t psm; /* HBO */ member
/freebsd-10-stable/usr.sbin/bluetooth/btpand/
Dbtpand.h51 #define L2CAP_PSM_INVALID(psm) (((psm) & 0x0101) != 0x0001) argument
/freebsd-10-stable/usr.sbin/bluetooth/bthidcontrol/
Dsdp.c184 int32_t type, len, uuid, psm; in hid_sdp_parse_protocol_descriptor_list() local
275 SDP_GET16(psm, ptr); in hid_sdp_parse_protocol_descriptor_list()
277 return (psm); in hid_sdp_parse_protocol_descriptor_list()
/freebsd-10-stable/sys/sparc64/conf/
DNOTES55 device psm
57 # Options for psm:
/freebsd-10-stable/sys/conf/
Dfiles.ia6450 dev/atkbdc/psm.c optional psm atkbdc

123