Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c136 _ng_l2cap_con_rsp(cmd->aux, cmd->ident, NG_L2CAP_SMP_CID, in ng_l2cap_l2ca_con_req()
137 NG_L2CAP_SMP_CID, 0, 0); in ng_l2cap_l2ca_con_req()
200 }else if(ch->scid == NG_L2CAP_SMP_CID){ in ng_l2cap_l2ca_con_rsp()
247 (ip->lcid != NG_L2CAP_SMP_CID)){ in ng_l2cap_l2ca_con_rsp_req()
295 (ch->scid == NG_L2CAP_SMP_CID))? in ng_l2cap_l2ca_con_rsp_req()
367 ch->scid ==NG_L2CAP_SMP_CID){ in ng_l2cap_l2ca_encryption_change()
564 (ch->scid == NG_L2CAP_SMP_CID))? in ng_l2cap_l2ca_cfg_req()
876 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_SMP_CID, in ng_l2cap_l2ca_write_req()
967 }else if(ch->scid == NG_L2CAP_SMP_CID){ in ng_l2cap_l2ca_write_rsp()
1017 }else if(hdr->dcid == NG_L2CAP_SMP_CID){ in ng_l2cap_l2ca_receive()
[all …]
H A Dng_l2cap_misc.c346 ch->scid = ch->dcid = NG_L2CAP_SMP_CID; in ng_l2cap_new_chan()
H A Dng_l2cap_evnt.c480 else if(dcid == NG_L2CAP_SMP_CID) in ng_l2cap_process_con_req()
610 (cmd->ch->scid == NG_L2CAP_SMP_CID)) in ng_l2cap_process_con_rsp()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_l2cap.h81 #define NG_L2CAP_SMP_CID 0x0006 macro
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2202 }else if (sa->l2cap_cid == NG_L2CAP_SMP_CID){ in ng_btsocket_l2cap_connect()
2550 sa.l2cap_cid = NG_L2CAP_SMP_CID; in ng_btsocket_l2cap_peeraddr()