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