Searched refs:l2cap_build_conf_req (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
D | l2cap_core.c | 59 static int l2cap_build_conf_req(struct l2cap_chan *chan, void *data, size_t data_size); 1697 l2cap_build_conf_req(chan, buf, sizeof(buf)), buf); in l2cap_conn_start() 3459 static int l2cap_build_conf_req(struct l2cap_chan *chan, void *data, size_t data_size) in l2cap_build_conf_req() function 4025 l2cap_build_conf_req(chan, buf, sizeof(buf)), buf); in __l2cap_connect_rsp_defer() 4246 l2cap_build_conf_req(chan, buf, sizeof(buf)), buf); in l2cap_connect() 4330 l2cap_build_conf_req(chan, req, sizeof(req)), req); in l2cap_connect_create_rsp() 4479 l2cap_build_conf_req(chan, buf, sizeof(buf)), buf); in l2cap_config_req() 5156 l2cap_build_conf_req(chan, buf, sizeof(buf)), buf); in l2cap_do_create() 8371 l2cap_build_conf_req(chan, buf, sizeof(buf)), in l2cap_security_cfm()
|