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.cc881 l2cu_set_acl_hci_header(p_buf2, p_ccb); in l2cu_send_peer_disc_req()
3260 l2cu_set_acl_hci_header(p_buf, p_ccb); in l2cu_get_next_buffer_to_send()
3277 l2cu_set_acl_hci_header(p_buf, p_ccb); in l2cu_get_next_buffer_to_send()
3329 l2cu_set_acl_hci_header(p_buf, p_ccb); in l2cu_get_next_buffer_to_send()
3343 void l2cu_set_acl_hci_header(BT_HDR* p_buf, tL2C_CCB* p_ccb) { in l2cu_set_acl_hci_header() function
Dl2c_int.h636 extern void l2cu_set_acl_hci_header(BT_HDR* p_buf, tL2C_CCB* p_ccb);
Dl2c_fcr.cc557 l2cu_set_acl_hci_header(p_buf, p_ccb); in l2c_fcr_send_S_frame()