Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/bluetooth/
Dhci_h5.c150 unsigned char conf_req[3] = { 0x03, 0xfc }; in h5_timed_event() local
162 conf_req[2] = h5_cfg_field(h5); in h5_timed_event()
163 h5_link_control(hu, conf_req, sizeof(conf_req)); in h5_timed_event()
331 unsigned char conf_req[3] = { 0x03, 0xfc }; in h5_handle_internal_rx() local
347 conf_req[2] = h5_cfg_field(h5); in h5_handle_internal_rx()
357 h5_link_control(hu, conf_req, 3); in h5_handle_internal_rx()
358 } else if (memcmp(data, conf_req, 2) == 0) { in h5_handle_internal_rx()
360 h5_link_control(hu, conf_req, 3); in h5_handle_internal_rx()
/Linux-v6.6/include/net/bluetooth/
Dl2cap.h569 __u8 conf_req[64]; member
/Linux-v6.6/net/bluetooth/
Dl2cap_core.c3566 void *req = chan->conf_req; in l2cap_parse_conf_req()
4452 if (chan->conf_len + len > sizeof(chan->conf_req)) { in l2cap_config_req()
4460 memcpy(chan->conf_req + chan->conf_len, req->data, len); in l2cap_config_req()