Home
last modified time | relevance | path

Searched refs:BT_HC_HDR_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/hci/src/
Dhci_mct.c388 BT_HC_HDR_SIZE; in acl_rx_frame_buffer_alloc()
772 len = msg_len + p_cb->preload_count + BT_HC_HDR_SIZE; in hci_mct_receive_evt_msg()
884 p_cb->p_rcv_msg->len + BT_HC_HDR_SIZE); in hci_mct_receive_evt_msg()
1070 p_cb->p_rcv_msg->len + BT_HC_HDR_SIZE); in hci_mct_receive_acl_msg()
1132 p_buf = (HC_BT_HDR *) bt_hc_cbacks->alloc(BT_HC_HDR_SIZE + \ in hci_mct_get_acl_data_length()
Dhci_h4.c393 BT_HC_HDR_SIZE; in acl_rx_frame_buffer_alloc()
839 len = msg_len + p_cb->preload_count + BT_HC_HDR_SIZE; in hci_h4_receive_msg()
967 p_cb->p_rcv_msg->len + BT_HC_HDR_SIZE); in hci_h4_receive_msg()
1030 p_buf = (HC_BT_HDR *) bt_hc_cbacks->alloc(BT_HC_HDR_SIZE + \ in hci_h4_get_acl_data_length()
Duserial.c56 #define READ_LIMIT (BTHC_USERIAL_READ_MEM_SIZE - BT_HC_HDR_SIZE)
/external/bluetooth/bluedroid/hci/include/
Dbt_hci_bdroid.h121 #define BT_HC_HDR_SIZE (sizeof(HC_BT_HDR)) macro