Searched refs:conf_req (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/bluetooth/ |
D | hci_h5.c | 151 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()
|
/linux-6.12.1/include/net/bluetooth/ |
D | l2cap.h | 539 __u8 conf_req[64]; member
|
/linux-6.12.1/net/bluetooth/ |
D | l2cap_core.c | 3379 void *req = chan->conf_req; in l2cap_parse_conf_req() 4237 if (chan->conf_len + len > sizeof(chan->conf_req)) { in l2cap_config_req() 4245 memcpy(chan->conf_req + chan->conf_len, req->data, len); in l2cap_config_req()
|