HomeSort by relevance Sort by last modified time
    Searched refs:BT_HC_HDR_SIZE (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/hci/include/
bt_hci_bdroid.h 108 #define BT_HC_HDR_SIZE (sizeof(HC_BT_HDR))
  /hardware/qcom/bt/libbt-vendor/src/
hardware.c 151 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
  /hardware/broadcom/libbt/src/
hardware.c 633 p_buf = (HC_BT_HDR *) bt_vendor_cbacks->alloc(BT_HC_HDR_SIZE + \
    [all...]
  /external/bluetooth/bluedroid/hci/src/
hci_mct.c 383 BT_HC_HDR_SIZE;
762 len = msg_len + p_cb->preload_count + BT_HC_HDR_SIZE;
874 p_cb->p_rcv_msg->len + BT_HC_HDR_SIZE);
    [all...]
hci_h4.c 387 BT_HC_HDR_SIZE;
828 len = msg_len + p_cb->preload_count + BT_HC_HDR_SIZE;
956 p_cb->p_rcv_msg->len + BT_HC_HDR_SIZE);
    [all...]
userial.c 211 BT_HC_HDR_SIZE + HCI_MAX_FRAME_SIZE + 1); /* H4 HDR = 1 */

Completed in 485 milliseconds