Lines Matching refs:prov_rx
135 struct prov_rx { struct
146 static void link_open(struct prov_rx *rx, struct net_buf_simple *buf); argument
147 static void link_ack(struct prov_rx *rx, struct net_buf_simple *buf);
148 static void link_close(struct prov_rx *rx, struct net_buf_simple *buf);
481 static void gen_prov_cont(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_cont()
554 static void gen_prov_ack(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_ack()
574 static void gen_prov_start(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_start()
660 static void gen_prov_ctl(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_ctl()
694 void (*func)(struct prov_rx *rx, struct net_buf_simple *buf);
704 static void gen_prov_recv(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_recv()
880 static void link_open(struct prov_rx *rx, struct net_buf_simple *buf) in link_open()
932 static void link_ack(struct prov_rx *rx, struct net_buf_simple *buf) in link_ack()
949 static void link_close(struct prov_rx *rx, struct net_buf_simple *buf) in link_close()
966 struct prov_rx rx; in bt_mesh_pb_adv_recv()