Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/bnep/
Dbnep.h31 #define BNEP_CONTROL 0x01 macro
Dcore.c82 rsp.type = BNEP_CONTROL; in bnep_send_rsp()
246 pkt[0] = BNEP_CONTROL; in bnep_rx_control()
313 if ((type & BNEP_TYPE_MASK) == BNEP_CONTROL) { in bnep_rx_frame()
Dnetdev.c71 r->type = BNEP_CONTROL; in bnep_net_set_mc_list()