HomeSort by: relevance | last modified time | path
    Searched refs:RFCOMM_CHANNEL_MIN (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netbt/
rfcomm_upper.c 145 if (dlc->rd_raddr.bt_channel < RFCOMM_CHANNEL_MIN
323 && (dlc->rd_laddr.bt_channel < RFCOMM_CHANNEL_MIN
360 channel = RFCOMM_CHANNEL_MIN;
rfcomm.h 81 #define RFCOMM_CHANNEL_MIN 1
  /src/usr.sbin/sdpd/
compat.c 63 || data->server_channel < RFCOMM_CHANNEL_MIN
116 || data->server_channel < RFCOMM_CHANNEL_MIN
168 || data->server_channel < RFCOMM_CHANNEL_MIN
219 || data->server_channel < RFCOMM_CHANNEL_MIN
275 || data->server_channel < RFCOMM_CHANNEL_MIN
334 || data->server_channel < RFCOMM_CHANNEL_MIN
388 || data->server_channel < RFCOMM_CHANNEL_MIN
448 || data->server_channel < RFCOMM_CHANNEL_MIN
507 || data->server_channel < RFCOMM_CHANNEL_MIN
  /src/usr.bin/rfcomm_sppd/
rfcomm_sppd.c 157 || channel < RFCOMM_CHANNEL_MIN
369 if (channel < RFCOMM_CHANNEL_MIN || channel > RFCOMM_CHANNEL_MAX)
  /src/usr.bin/bthset/
bthset.c 193 if ((channel < RFCOMM_CHANNEL_MIN || channel > RFCOMM_CHANNEL_MAX)
  /src/sys/dev/bluetooth/
btsco.c 304 || prop_number_signed_value(obj) < RFCOMM_CHANNEL_MIN

Completed in 183 milliseconds