Home
last modified time | relevance | path

Searched refs:conf_req (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dhci_h5.c151 unsigned char conf_req[3] = { 0x03, 0xfc }; in h5_timed_event() local
163 conf_req[2] = h5_cfg_field(h5); in h5_timed_event()
164 h5_link_control(hu, conf_req, sizeof(conf_req)); in h5_timed_event()
332 unsigned char conf_req[3] = { 0x03, 0xfc }; in h5_handle_internal_rx() local
348 conf_req[2] = h5_cfg_field(h5); in h5_handle_internal_rx()
358 h5_link_control(hu, conf_req, 3); in h5_handle_internal_rx()
359 } else if (memcmp(data, conf_req, 2) == 0) { in h5_handle_internal_rx()
361 h5_link_control(hu, conf_req, 3); in h5_handle_internal_rx()
/openbmc/linux/include/net/bluetooth/
H A Dl2cap.h533 __u8 conf_req[64]; member
/openbmc/linux/net/bluetooth/
H A Dl2cap_core.c3380 void *req = chan->conf_req; in l2cap_parse_conf_req()
4240 if (chan->conf_len + len > sizeof(chan->conf_req)) { in l2cap_config_req()
4248 memcpy(chan->conf_req + chan->conf_len, req->data, len); in l2cap_config_req()