Searched refs:HC_BT_HDR (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/bluedroid/hci/src/ |
D | hci_h4.c | 136 HC_BT_HDR *p_rcv_msg; /* Buffer to hold current rx HCI message */ 155 uint8_t hci_h4_send_int_cmd(uint16_t opcode, HC_BT_HDR *p_buf, \ 192 HC_BT_HDR *p_buf = (HC_BT_HDR *) p_mem; in get_acl_data_length_cback() 323 static HC_BT_HDR *acl_rx_frame_buffer_alloc (void) in acl_rx_frame_buffer_alloc() 330 HC_BT_HDR *p_return_buf = NULL; in acl_rx_frame_buffer_alloc() 346 HC_BT_HDR *p_hdr = p_cb->acl_rx_q.p_first; in acl_rx_frame_buffer_alloc() 388 p_return_buf = (HC_BT_HDR *) bt_hc_cbacks->alloc(len); in acl_rx_frame_buffer_alloc() 445 HC_BT_HDR *p_buf; in acl_rx_frame_end_chk() 582 void hci_h4_send_msg(HC_BT_HDR *p_msg) in hci_h4_send_msg() 830 (HC_BT_HDR *) bt_hc_cbacks->alloc(len); in hci_h4_receive_msg() [all …]
|
D | hci_mct.c | 114 HC_BT_HDR *p_rcv_msg; /* Buffer to hold current rx HCI message */ 139 uint8_t hci_mct_send_int_cmd(uint16_t opcode, HC_BT_HDR *p_buf, \ 176 HC_BT_HDR *p_buf = (HC_BT_HDR *) p_mem; in get_acl_data_length_cback() 319 static HC_BT_HDR *acl_rx_frame_buffer_alloc (void) in acl_rx_frame_buffer_alloc() 326 HC_BT_HDR *p_return_buf = NULL; in acl_rx_frame_buffer_alloc() 342 HC_BT_HDR *p_hdr = p_cb->acl_rx_q.p_first; in acl_rx_frame_buffer_alloc() 384 p_return_buf = (HC_BT_HDR *) bt_hc_cbacks->alloc(len); in acl_rx_frame_buffer_alloc() 441 HC_BT_HDR *p_buf; in acl_rx_frame_end_chk() 578 void hci_mct_send_msg(HC_BT_HDR *p_msg) in hci_mct_send_msg() 764 (HC_BT_HDR *) bt_hc_cbacks->alloc(len); in hci_mct_receive_evt_msg() [all …]
|
D | bt_hci_bdroid.c | 126 HC_BT_HDR *sending_msg_que[64]; in event_tx() 130 HC_BT_HDR *p_next_msg = tx_q.p_first; in event_tx() 153 HC_BT_HDR *p_msg = p_next_msg; in event_tx() 203 HC_BT_HDR *p_msg = (HC_BT_HDR *)msg; in event_tx_cmd() 227 void bthc_tx(HC_BT_HDR *buf) { in bthc_tx() 428 bthc_tx((HC_BT_HDR *)transac); in transmit_buf()
|
D | userial.c | 83 HC_BT_HDR *p_rx_hdr; 195 HC_BT_HDR *p_buf = NULL; in userial_read_thread() 210 p_buf = (HC_BT_HDR *) bt_hc_cbacks->alloc( in userial_read_thread() 355 userial_cb.p_rx_hdr=(HC_BT_HDR *)utils_dequeue(&(userial_cb.rx_q)); in userial_read()
|
D | btsnoop.c | 162 void btsnoop_capture(const HC_BT_HDR *p_buf, bool is_rcvd) { in btsnoop_capture()
|
D | vendor.c | 173 return p_hci_if->send_int_cmd(opcode, (HC_BT_HDR *)buffer, callback); in transmit_cb()
|
D | userial_mct.c | 81 HC_BT_HDR *p_rx_hdr;
|
/external/bluetooth/bluedroid/hci/include/ |
D | bt_hci_bdroid.h | 106 } HC_BT_HDR; typedef 108 #define BT_HC_HDR_SIZE (sizeof(HC_BT_HDR)) 134 void bthc_tx(HC_BT_HDR *buf);
|
D | hci.h | 47 typedef void (*tHCI_SEND)(HC_BT_HDR *p_msg); 56 typedef uint8_t (*tHCI_SEND_INT)(uint16_t opcode, HC_BT_HDR *p_buf, \
|
D | btsnoop.h | 10 void btsnoop_capture(const HC_BT_HDR *p_buf, bool is_rcvd);
|