/external/bluetooth/bluedroid/stack/avrc/ |
avrc_bld_tg.c | 40 static tAVRC_STS avrc_bld_get_capability_rsp (tAVRC_GET_CAPS_RSP *p_rsp, BT_HDR *p_pkt) 118 static tAVRC_STS avrc_bld_list_app_settings_attr_rsp (tAVRC_LIST_APP_ATTR_RSP *p_rsp, BT_HDR *p_pkt) 170 BT_HDR *p_pkt) 220 BT_HDR *p_pkt) 277 static tAVRC_STS avrc_bld_set_app_setting_value_rsp (tAVRC_RSP *p_rsp, BT_HDR *p_pkt) 295 static tAVRC_STS avrc_bld_app_setting_text_rsp (tAVRC_GET_APP_ATTR_TXT_RSP *p_rsp, BT_HDR *p_pkt) 367 BT_HDR *p_pkt) 385 BT_HDR *p_pkt) 402 static tAVRC_STS avrc_bld_inform_charset_rsp (tAVRC_RSP *p_rsp, BT_HDR *p_pkt) 420 static tAVRC_STS avrc_bld_inform_battery_status_rsp (tAVRC_RSP *p_rsp, BT_HDR *p_pkt [all...] |
avrc_api.c | 95 static UINT8 * avrc_get_data_ptr(BT_HDR *p_pkt) 127 BT_HDR *p_pkt_new; 167 BT_HDR *p_pkt_old, *p_pkt; 179 p_pkt = (BT_HDR *)GKI_getbuf((UINT16)(AVRC_PACKET_LEN + AVCT_MSG_OFFSET + BT_HDR_SIZE)); 235 static BT_HDR * avrc_proc_vendor_command(UINT8 handle, UINT8 label, 236 BT_HDR *p_pkt, tAVRC_MSG_VENDOR *p_msg) 238 BT_HDR *p_rsp = NULL; 348 static UINT8 avrc_proc_far_msg(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR **pp_pkt, 351 BT_HDR *p_pkt = *pp_pkt; 354 BT_HDR *p_rsp = NULL [all...] |
/external/bluetooth/bluedroid/include/ |
bte.h | 87 BT_HDR hdr; 97 extern int (*p_bte_hci_send)(UINT16 port, BT_HDR *p_msg);
|
/external/libnfc-nci/src/nfa/int/ |
nfa_sys.h | 58 typedef BOOLEAN (tNFA_SYS_EVT_HDLR) (BT_HDR *p_msg); 110 NFC_API extern void nfa_sys_event (BT_HDR *p_msg);
|
nfa_rw_int.h | 131 BT_HDR *p_data; 238 BT_HDR hdr; 246 BT_HDR hdr; 255 BT_HDR hdr; 341 extern BOOLEAN nfa_rw_handle_event (BT_HDR *p_msg);
|
nfa_dta_int.h | 101 BT_HDR hdr; 109 BT_HDR hdr; 118 BT_HDR hdr; 162 BT_HDR hdr; 176 BT_HDR hdr; 352 BOOLEAN nfa_dta_evt_hdlr (BT_HDR *p_msg);
|
/external/libnfc-nci/src/udrv/include/ |
uipc.h | 66 typedef void (tUIPC_RCV_CBACK)(BT_HDR *p_msg); /* points to BT_HDR which describes event type and length of data; len contains the number of bytes of entire message (sizeof(BT_HDR) + offset + size of data) */ 116 UDRV_API extern BOOLEAN UIPC_SendBuf(tUIPC_CH_ID ch_id, BT_HDR *p_msg);
|
uamp_api.h | 144 BT_API UINT16 UAMP_WriteBuf(tUAMP_ID amp_id, BT_HDR *p_msg);
|
/external/bluetooth/bluedroid/bta/av/ |
bta_av_api.c | 91 BT_HDR *p_buf; 94 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL) 148 BT_HDR *p_buf; 150 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL) 196 BT_HDR *p_buf; 198 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL) 238 BT_HDR *p_buf [all...] |
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_int.h | 156 BT_HDR hdr; 164 BT_HDR hdr; 175 BT_HDR hdr; 184 BT_HDR hdr; 192 BT_HDR hdr; 199 BT_HDR hdr; 206 BT_HDR hdr; 213 BT_HDR hdr; 220 BT_HDR hdr; 350 extern BOOLEAN bta_ag_hdl_event(BT_HDR *p_msg) [all...] |
/external/bluetooth/bluedroid/bta/hl/ |
bta_hl_int.h | 237 BT_HDR hdr; 243 BT_HDR hdr; 257 BT_HDR hdr; 269 BT_HDR hdr; 277 BT_HDR hdr; 288 BT_HDR hdr; 296 BT_HDR hdr; 308 BT_HDR hdr; 317 BT_HDR hdr; 323 BT_HDR hdr [all...] |
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_ts_frames.c | 41 BT_HDR *p_buf; 45 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) 73 BT_HDR *p_buf; 77 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) 105 BT_HDR *p_buf; 109 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) 137 BT_HDR *p_buf; 141 if ((p_buf = (BT_HDR *)GKI_getpoolbuf (RFCOMM_CMD_POOL_ID)) == NULL) 167 void rfc_send_buf_uih (tRFC_MCB *p_mcb, UINT8 dlci, BT_HDR *p_buf) 233 BT_HDR *p_buf [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_ucd.c | 90 static void l2c_ucd_data_ind_cback (BD_ADDR rem_bda, BT_HDR *p_buf) 383 ** Pointer to buffer of type BT_HDR 392 UINT16 L2CA_UcdDataWrite (UINT16 psm, BD_ADDR rem_bda, BT_HDR *p_buf, UINT16 flags) 756 BT_HDR *p_buf; 760 p_buf = (BT_HDR*)(p_ccb->p_lcb->ucd_out_sec_pending_q.p_first); 785 BT_HDR *p_buf; 789 p_buf = (BT_HDR*)GKI_dequeue (&p_ccb->p_lcb->ucd_out_sec_pending_q); 791 l2c_enqueue_peer_data (p_ccb, (BT_HDR *)p_buf); 808 BT_HDR *p_buf; 810 p_buf = (BT_HDR*)GKI_dequeue (&p_ccb->p_lcb->ucd_out_sec_pending_q) [all...] |
l2c_int.h | 202 BT_HDR *p_rx_sdu; /* Buffer holding the SDU being received */ 424 BT_HDR *p_hcit_rcv_acl; /* Current HCIT ACL buf being rcvd */ 574 extern UINT8 l2c_data_write (UINT16 cid, BT_HDR *p_data, UINT16 flag); 575 extern void l2c_rcv_acl_data (BT_HDR *p_msg); 615 extern void l2cu_set_acl_hci_header (BT_HDR *p_buf, tL2C_CCB *p_ccb); 645 BOOLEAN l2c_ucd_check_rx_pkts(tL2C_LCB *p_lcb, BT_HDR *p_msg); [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_av_sbc.h | 204 extern void bta_av_sbc_bld_hdr(BT_HDR *p_buf, UINT16 fr_per_pkt);
|
bta_dm_co.h | 191 BTA_API extern void bta_dm_sco_co_out_data(BT_HDR **p_buf); 202 BTA_API extern void bta_dm_sco_co_in_data(BT_HDR *p_buf, tBTM_SCO_DATA_FLAG status);
|
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_main.c | 92 BOOLEAN bta_jv_sm_execute(BT_HDR *p_msg)
|
/external/bluetooth/bluedroid/stack/btu/ |
btu_init.c | 150 void btu_uipc_rx_cback(BT_HDR *p_msg)
|
btu_task.c | 108 extern void avdt_rcv_sync_info (BT_HDR *p_buf); /* this is for hci_test */ 165 BT_HDR *p_msg; 233 while ((p_msg = (BT_HDR *) GKI_read_mbox (BTU_HCI_RCV_MBOX)) != NULL) 542 if ((p_msg = (BT_HDR *) GKI_read_mbox(RPCGEN_MSG_MBOX)) != NULL) 550 while ((p_msg = (BT_HDR *) GKI_read_mbox(TASK_MBOX_2)) != NULL) 582 BT_HDR *p_msg; 591 if ((p_msg = (BT_HDR *)GKI_getbuf(BT_HDR_SIZE)) != NULL) 638 BT_HDR *p_msg; 646 if ((p_msg = (BT_HDR *)GKI_getbuf(BT_HDR_SIZE)) != NULL) 679 BT_HDR *p_msg [all...] |
/external/bluetooth/bluedroid/stack/include/ |
btu.h | 41 typedef void (*tBTU_EVENT_CALLBACK)(BT_HDR *p_hdr); 276 BTU_API extern void btu_uipc_rx_cback(BT_HDR *p_msg); 297 BTU_API extern void btu_hcif_process_event (UINT8 controller_id, BT_HDR *p_buf); 298 BTU_API extern void btu_hcif_send_cmd (UINT8 controller_id, BT_HDR *p_msg);
|
avct_api.h | 108 BT_HDR *p_pkt); 271 AVCT_API extern UINT16 AVCT_MsgReq(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR *p_msg);
|
hidh_api.h | 61 HID_HDEV_EVT_IN_REPORT Device sent an input report Data=Report Type pdata= pointer to BT_HDR 83 BT_HDR *p_buf ); /* Pointer data corresponding to the event. */ 176 UINT8 report_id, BT_HDR *pbuf);
|
/external/libnfc-nci/src/nfc/nci/ |
nci_hmsgs.c | 46 BT_HDR *p; 78 BT_HDR *p; 109 BT_HDR *p; 142 BT_HDR *p; 195 BT_HDR *p; 234 BT_HDR *p; 270 BT_HDR *p; 303 BT_HDR *p; 338 BT_HDR *p; 382 BT_HDR *p [all...] |
nci_hrcv.c | 46 BOOLEAN nci_proc_core_rsp (BT_HDR *p_msg) 105 void nci_proc_core_ntf (BT_HDR *p_msg) 157 void nci_proc_rf_management_rsp (BT_HDR *p_msg) 223 void nci_proc_rf_management_ntf (BT_HDR *p_msg) 291 void nci_proc_ee_management_rsp (BT_HDR *p_msg) 351 void nci_proc_ee_management_ntf (BT_HDR *p_msg) 433 void nci_proc_prop_rsp (BT_HDR *p_msg) 460 void nci_proc_prop_ntf (BT_HDR *p_msg)
|
/external/bluetooth/bluedroid/stack/mcap/ |
mca_int.h | 43 BT_HDR hdr; /* layer specific information */ 56 BT_HDR hdr; /* Event header */ 70 BT_HDR hdr; /* layer specific information */ 109 BT_HDR hdr; /* layer specific information */ 110 BT_HDR *p_pkt; 242 BT_HDR *p_data; /* data packet held due to L2CAP channel congestion */ 314 extern void mca_tc_data_ind(tMCA_TC_TBL *p_tbl, BT_HDR *p_buf); 336 extern void mca_l2c_data_ind_cback(UINT16 lcid, BT_HDR *p_buf);
|