Home
last modified time | relevance | path

Searched refs:NG_L2CAP_SMP_CID (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c135 _ng_l2cap_con_rsp(cmd->aux, cmd->ident, NG_L2CAP_SMP_CID, in ng_l2cap_l2ca_con_req()
136 NG_L2CAP_SMP_CID, 0, 0); in ng_l2cap_l2ca_con_req()
199 }else if(ch->scid == NG_L2CAP_SMP_CID){ in ng_l2cap_l2ca_con_rsp()
246 (ip->lcid != NG_L2CAP_SMP_CID)){ in ng_l2cap_l2ca_con_rsp_req()
294 (ch->scid == NG_L2CAP_SMP_CID))? in ng_l2cap_l2ca_con_rsp_req()
366 ch->scid ==NG_L2CAP_SMP_CID){ in ng_l2cap_l2ca_encryption_change()
563 (ch->scid == NG_L2CAP_SMP_CID))? in ng_l2cap_l2ca_cfg_req()
875 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_SMP_CID, in ng_l2cap_l2ca_write_req()
966 }else if(ch->scid == NG_L2CAP_SMP_CID){ in ng_l2cap_l2ca_write_rsp()
1016 }else if(hdr->dcid == NG_L2CAP_SMP_CID){ in ng_l2cap_l2ca_receive()
[all …]
H A Dng_l2cap_evnt.c479 else if(dcid == NG_L2CAP_SMP_CID) in ng_l2cap_process_con_req()
609 (cmd->ch->scid == NG_L2CAP_SMP_CID)) in ng_l2cap_process_con_rsp()
H A Dng_l2cap_misc.c345 ch->scid = ch->dcid = NG_L2CAP_SMP_CID; in ng_l2cap_new_chan()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h80 #define NG_L2CAP_SMP_CID 0x0006 macro
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2185 }else if (sa->l2cap_cid == NG_L2CAP_SMP_CID){ in ng_btsocket_l2cap_connect()
2538 l2cap->l2cap_cid = NG_L2CAP_SMP_CID; in ng_btsocket_l2cap_peeraddr()