Searched refs:l2cu_build_header (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_utils.cc | 296 BT_HDR* l2cu_build_header(tL2C_LCB* p_lcb, uint16_t len, uint8_t cmd, in l2cu_build_header() function 410 p_buf = l2cu_build_header(p_ccb->p_lcb, L2CAP_CONN_REQ_LEN, in l2cu_send_peer_connect_req() 448 BT_HDR* p_buf = l2cu_build_header(p_ccb->p_lcb, L2CAP_CONN_RSP_LEN, in l2cu_send_peer_connect_rsp() 587 p_buf = l2cu_build_header(p_ccb->p_lcb, in l2cu_send_peer_config_req() 681 p_buf = l2cu_build_header(p_ccb->p_lcb, in l2cu_send_peer_config_rsp() 886 p_buf = l2cu_build_header(p_ccb->p_lcb, L2CAP_DISC_REQ_LEN, in l2cu_send_peer_disc_req() 1079 p_buf = l2cu_build_header(p_lcb, len, L2CAP_CMD_INFO_RSP, remote_id); in l2cu_send_peer_info_rsp() 2622 p_buf = l2cu_build_header(p_lcb, L2CAP_CMD_BLE_UPD_REQ_LEN, in l2cu_send_peer_ble_par_req() 2655 p_buf = l2cu_build_header(p_lcb, L2CAP_CMD_BLE_UPD_RSP_LEN, in l2cu_send_peer_ble_par_rsp() 2754 p_buf = l2cu_build_header(p_lcb, in l2cu_send_peer_credit_based_conn_req() [all …]
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_utils.cc | 36 BT_HDR* l2cu_build_header(tL2C_LCB* p_lcb, uint16_t len, uint8_t cmd, in l2cu_build_header() function
|