Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_utils.cc879 l2cu_set_acl_hci_header(p_buf2, p_ccb); in l2cu_send_peer_disc_req()
3274 l2cu_set_acl_hci_header(p_buf, p_ccb); in l2cu_get_next_buffer_to_send()
3291 l2cu_set_acl_hci_header(p_buf, p_ccb); in l2cu_get_next_buffer_to_send()
3343 l2cu_set_acl_hci_header(p_buf, p_ccb); in l2cu_get_next_buffer_to_send()
3357 void l2cu_set_acl_hci_header(BT_HDR* p_buf, tL2C_CCB* p_ccb) { in l2cu_set_acl_hci_header() function
Dl2c_int.h637 extern void l2cu_set_acl_hci_header(BT_HDR* p_buf, tL2C_CCB* p_ccb);
Dl2c_fcr.cc559 l2cu_set_acl_hci_header(p_buf, p_ccb); in l2c_fcr_send_S_frame()