HomeSort by: relevance | last modified time | path
    Searched defs:l2cap_psm (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/btpand/
btpand.c 57 uint16_t l2cap_psm; /* -p <psm> */ variable in typeref:typename:uint16_t
153 l2cap_psm = (uint16_t)ul;
189 control_path != 0 || (service_type != NULL && l2cap_psm != 0)))
196 if (l2cap_psm == 0)
197 l2cap_psm = L2CAP_PSM_BNEP;
  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 241 static uint16_t l2cap_psm = 0; variable in typeref:typename:uint16_t
417 l2cap_psm = (uint16_t)atoi(optarg);
473 if (!asSpeaker && l2cap_psm)
789 addr.bt_psm = l2cap_psm;
927 if (l2cap_psm == 0)
928 l2cap_psm = L2CAP_PSM_AVDTP;
930 sdp_set_uint(&sink_psm, l2cap_psm);
948 addr.bt_psm = l2cap_psm;
1022 if (l2cap_psm == 0)
1023 l2cap_psm = L2CAP_PSM_AVDTP
    [all...]

Completed in 11 milliseconds