conf_req          135 drivers/bluetooth/hci_h5.c 	unsigned char conf_req[3] = { 0x03, 0xfc };
conf_req          147 drivers/bluetooth/hci_h5.c 		conf_req[2] = h5_cfg_field(h5);
conf_req          148 drivers/bluetooth/hci_h5.c 		h5_link_control(hu, conf_req, sizeof(conf_req));
conf_req          313 drivers/bluetooth/hci_h5.c 	unsigned char conf_req[3] = { 0x03, 0xfc };
conf_req          329 drivers/bluetooth/hci_h5.c 	conf_req[2] = h5_cfg_field(h5);
conf_req          339 drivers/bluetooth/hci_h5.c 		h5_link_control(hu, conf_req, 3);
conf_req          340 drivers/bluetooth/hci_h5.c 	} else if (memcmp(data, conf_req, 2) == 0) {
conf_req          342 drivers/bluetooth/hci_h5.c 		h5_link_control(hu, conf_req, 3);
conf_req          526 include/net/bluetooth/l2cap.h 	__u8		conf_req[64];
conf_req         3356 net/bluetooth/l2cap_core.c 	void *req = chan->conf_req;
conf_req         4142 net/bluetooth/l2cap_core.c 	if (chan->conf_len + len > sizeof(chan->conf_req)) {
conf_req         4150 net/bluetooth/l2cap_core.c 	memcpy(chan->conf_req + chan->conf_len, req->data, len);