Searched refs:bnep_send (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/bnep/ |
H A D | core.c | 71 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()
|
/kernel/linux/linux-6.6/net/bluetooth/bnep/ |
H A D | core.c | 71 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()
|
Completed in 2 milliseconds