Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/bnep/
H A Dcore.c71 static int bnep_send(struct bnep_session *s, void *data, size_t len) in bnep_send() function
85 return bnep_send(s, &rsp, sizeof(rsp)); in bnep_send_rsp()
249 err = bnep_send(s, pkt, sizeof(pkt)); in bnep_rx_control()