Searched refs:conf_req (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/bluetooth/ |
D | hci_h5.c | 130 unsigned char conf_req[] = { 0x03, 0xfc, 0x01 }; in h5_timed_event() local 142 conf_req[2] = h5_cfg_field(h5); in h5_timed_event() 143 h5_link_control(hu, conf_req, sizeof(conf_req)); in h5_timed_event() 288 unsigned char conf_req[] = { 0x03, 0xfc, 0x01 }; in h5_handle_internal_rx() local 304 conf_req[2] = h5_cfg_field(h5); in h5_handle_internal_rx() 314 h5_link_control(hu, conf_req, 3); in h5_handle_internal_rx() 315 } else if (memcmp(data, conf_req, 2) == 0) { in h5_handle_internal_rx() 317 h5_link_control(hu, conf_req, 3); in h5_handle_internal_rx()
|
/linux-4.1.27/include/net/bluetooth/ |
D | l2cap.h | 512 __u8 conf_req[64]; member
|
/linux-4.1.27/net/bluetooth/ |
D | l2cap_core.c | 3302 void *req = chan->conf_req; in l2cap_parse_conf_req() 4056 if (chan->conf_len + len > sizeof(chan->conf_req)) { in l2cap_config_req() 4064 memcpy(chan->conf_req + chan->conf_len, req->data, len); in l2cap_config_req()
|