Searched refs:bnep_send_control (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | bnep.c | 281 bnep_send_control(chan, BNEP_CONTROL_COMMAND_NOT_UNDERSTOOD, type); in bnep_recv_control() 373 bnep_send_control(chan, BNEP_SETUP_CONNECTION_RESPONSE, rsp); in bnep_recv_setup_connection_req() 462 bnep_send_control(chan, BNEP_FILTER_NET_TYPE_RESPONSE, rsp); in bnep_recv_filter_net_type_set() 552 bnep_send_control(chan, BNEP_FILTER_MULTI_ADDR_RESPONSE, rsp); in bnep_recv_filter_multi_addr_set() 578 bnep_send_control(channel_t *chan, unsigned type, ...) in bnep_send_control() function
|
H A D | btpand.h | 187 void bnep_send_control(channel_t *, unsigned, ...);
|
H A D | client.c | 162 bnep_send_control(chan, BNEP_SETUP_CONNECTION_REQUEST, in client_init()
|