Home
last modified time | relevance | path

Searched refs:BNEP_SETUP_RESPONSE (Results 1 – 3 of 3) sorted by relevance

/linux/net/bluetooth/bnep/
H A Dbnep.h106 #define BNEP_SETUP_RESPONSE 0 macro
H A Dcore.c229 if (test_bit(BNEP_SETUP_RESPONSE, &s->flags) && in bnep_rx_control_cmd()
578 u32 valid_flags = BIT(BNEP_SETUP_RESPONSE);
696 u32 valid_flags = BIT(BNEP_SETUP_RESPONSE);
H A Dsock.c57 __u32 supp_feat = BIT(BNEP_SETUP_RESPONSE); in do_bnep_sock_ioctl()