Home
last modified time | relevance | path

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

/linux/net/bluetooth/bnep/
H A Dcore.c209 static int bnep_rx_control_cmd(struct bnep_session *s, u8 cmd, void *data, in bnep_rx_control_cmd() function
259 return bnep_rx_control_cmd(s, *(u8 *)data, data + 1, len - 1); in bnep_rx_control()
326 if (bnep_rx_control_cmd(s, ctrl_type, skb->data, skb->len) < 0) { in bnep_rx_frame()