Home
last modified time | relevance | path

Searched refs:server_channel (Results 1 – 11 of 11) sorted by relevance

/freebsd/usr.sbin/bluetooth/sdpd/
H A Dlan.c96 (uint8_t const *) &lan->server_channel, 1)); in lan_profile_create_protocol_descriptor_list()
140 if (lan->server_channel < 1 || in lan_profile_data_valid()
141 lan->server_channel > 30 || in lan_profile_data_valid()
H A Dftrn.c94 (uint8_t const *) &ftrn->server_channel, 1)); in ftrn_profile_create_protocol_descriptor_list()
H A Dirmc_command.c94 (uint8_t const *) &irmc_command->server_channel, 1)); in irmc_command_profile_create_protocol_descriptor_list()
H A Dsp.c94 (uint8_t const *) &sp->server_channel, 1)); in sp_profile_create_protocol_descriptor_list()
H A Ddun.c94 (uint8_t const *) &dun->server_channel, 1)); in dun_profile_create_protocol_descriptor_list()
H A Dirmc.c94 (uint8_t const *) &irmc->server_channel, 1)); in irmc_profile_create_protocol_descriptor_list()
H A Dopush.c94 (uint8_t const *) &opush->server_channel, 1)); in opush_profile_create_protocol_descriptor_list()
H A Dprofile.c420 if (opush->server_channel < 1 || in obex_profile_data_valid()
421 opush->server_channel > 30 || in obex_profile_data_valid()
/freebsd/lib/libsdp/
H A Dsdp.h608 uint8_t server_channel; member
617 uint8_t server_channel; member
626 uint8_t server_channel; member
635 uint8_t server_channel; member
643 uint8_t server_channel; member
655 uint8_t server_channel; member
664 uint8_t server_channel; member
/freebsd/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.c253 lan.server_channel = channel; in main()
275 dun.server_channel = channel; in main()
311 sp.server_channel = channel; in main()
/freebsd/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c232 sp.server_channel = channel; in main()