Searched refs:conf_req (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/bluetooth/ |
| D | hci_h5.c | 135 unsigned char conf_req[3] = { 0x03, 0xfc }; in h5_timed_event() local 147 conf_req[2] = h5_cfg_field(h5); in h5_timed_event() 148 h5_link_control(hu, conf_req, sizeof(conf_req)); in h5_timed_event() 313 unsigned char conf_req[3] = { 0x03, 0xfc }; in h5_handle_internal_rx() local 329 conf_req[2] = h5_cfg_field(h5); in h5_handle_internal_rx() 339 h5_link_control(hu, conf_req, 3); in h5_handle_internal_rx() 340 } else if (memcmp(data, conf_req, 2) == 0) { in h5_handle_internal_rx() 342 h5_link_control(hu, conf_req, 3); in h5_handle_internal_rx()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | l2cap.h | 526 __u8 conf_req[64]; member
|
| /Linux-v5.4/net/bluetooth/ |
| D | l2cap_core.c | 3356 void *req = chan->conf_req; in l2cap_parse_conf_req() 4142 if (chan->conf_len + len > sizeof(chan->conf_req)) { in l2cap_config_req() 4150 memcpy(chan->conf_req + chan->conf_len, req->data, len); in l2cap_config_req()
|