HomeSort by relevance Sort by last modified time
    Searched refs:BT_HDR (Results 26 - 50 of 233) sorted by null

12 3 4 5 6 7 8 910

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 96 BT_HDR *p_buf;
99 if ((p_buf = (BT_HDR *)GKI_getbuf(sizeof(BT_HDR))) != NULL)
117 BT_HDR *p_buf;
119 if ((p_buf = (BT_HDR *)GKI_getbuf((UINT16)sizeof(BT_HDR))) != NULL)
121 memset(p_buf, 0, sizeof(BT_HDR));
169 UINT16 data, UINT8 rpt_id, BT_HDR *p_data)
201 void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_data)
306 void BTA_HhSendData(UINT8 dev_handle, BD_ADDR dev_bda, BT_HDR *p_data
    [all...]
bta_hh_int.h 107 BT_HDR hdr;
115 BT_HDR *p_data;
121 BT_HDR hdr;
129 BT_HDR hdr;
138 BT_HDR hdr;
141 BT_HDR *p_data;
146 BT_HDR hdr;
158 BT_HDR hdr;
166 BT_HDR hdr;
174 BT_HDR hdr
    [all...]
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_api.c 89 BT_HDR *p_buf;
92 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
205 BT_HDR *p_buf;
207 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
bta_pan_act.c 127 BT_HDR *p_buf;
135 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
166 static void bta_pan_data_buf_ind_cback(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf,
170 BT_HDR * p_event;
171 BT_HDR *p_new_buf;
176 p_new_buf = (BT_HDR *)GKI_getpoolbuf( PAN_POOL_ID );
211 if ((p_event = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
390 BT_HDR *p_buf
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 68 BT_HDR hdr;
81 BT_HDR hdr;
88 BT_HDR hdr;
109 BT_HDR hdr;
118 BT_HDR hdr;
207 BOOLEAN nfa_ce_hdl_event (BT_HDR *p_msg);
nfa_hci_int.h 106 ** Note, every internal structure starts with a BT_HDR and an app handle
112 BT_HDR hdr;
122 BT_HDR hdr;
130 BT_HDR hdr;
137 BT_HDR hdr;
145 BT_HDR hdr;
153 BT_HDR hdr;
161 BT_HDR hdr;
170 BT_HDR hdr;
181 BT_HDR hdr
    [all...]
nfa_dm_int.h 73 BT_HDR hdr;
81 BT_HDR hdr;
88 BT_HDR hdr;
97 BT_HDR hdr;
105 BT_HDR hdr;
115 BT_HDR hdr;
122 BT_HDR hdr;
129 BT_HDR hdr;
138 BT_HDR hdr;
145 BT_HDR hdr
    [all...]
nfa_sys_int.h 80 BOOLEAN nfa_sys_sm_execute (BT_HDR *p_msg);
  /external/bluetooth/bluedroid/bta/include/
bta_pan_ci.h 99 BTA_API extern void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext);
114 BTA_API extern BT_HDR * bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 *p_protocol,
  /external/bluetooth/bluedroid/stack/avrc/
avrc_bld_ct.c 41 static tAVRC_STS avrc_bld_next_cmd (tAVRC_NEXT_CMD *p_cmd, BT_HDR *p_pkt)
74 static tAVRC_STS avrc_bld_set_abs_volume_cmd (tAVRC_SET_VOLUME_CMD *p_cmd, BT_HDR *p_pkt)
99 static tAVRC_STS avrc_bld_vol_change_notfn(BT_HDR * p_pkt)
127 static BT_HDR *avrc_bld_init_cmd_buffer(tAVRC_COMMAND *p_cmd)
130 BT_HDR *p_pkt=NULL;
148 p_pkt = (BT_HDR *)GKI_getbuf(len);
191 tAVRC_STS AVRC_BldCommand( tAVRC_COMMAND *p_cmd, BT_HDR **pp_pkt)
194 BT_HDR *p_pkt;
avrc_int.h 103 BT_HDR *p_fmsg; /* the fragmented message */
111 BT_HDR *p_rmsg; /* the received message */
149 extern BT_HDR * avrc_alloc_ctrl_pkt (UINT8 pdu);
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...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_ci.c 108 BT_HDR *p_buf;
110 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_api.c 58 BT_HDR *p_buf;
66 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
305 BT_HDR *p_buf;
307 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
360 BT_HDR *p_buf;
362 if ((p_buf = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
530 BT_HDR *p_buf
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdpint.h 63 #define SDP_DEVICE_NOTI_LEN sizeof (BT_HDR) + \
261 extern void sdp_conn_rcv_l2e_conn_ind (BT_HDR *p_msg);
262 extern void sdp_conn_rcv_l2e_conn_cfm (BT_HDR *p_msg);
263 extern void sdp_conn_rcv_l2e_disc (BT_HDR *p_msg);
264 extern void sdp_conn_rcv_l2e_config_ind (BT_HDR *p_msg);
265 extern void sdp_conn_rcv_l2e_config_cfm (BT_HDR *p_msg);
266 extern void sdp_conn_rcv_l2e_conn_failed (BT_HDR *p_msg);
267 extern void sdp_conn_rcv_l2e_connected (BT_HDR *p_msg);
268 extern void sdp_conn_rcv_l2e_conn_failed (BT_HDR *p_msg);
269 extern void sdp_conn_rcv_l2e_data (BT_HDR *p_msg)
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 123 BT_HDR bt_hdr; /* the NCI command */ member in struct:__anon22675
130 BT_HDR hdr;
140 /* data Reassembly error (in BT_HDR.layer_specific) */
144 /* NCI command buffer contains a VSC (in BT_HDR.layer_specific) */
190 BT_HDR *p_nci_init_rsp; /* holding INIT_RSP until receiving HAL_NFC_POST_INIT_CPLT_EVT */
223 void nfc_ncif_send (BT_HDR *p_buf, BOOLEAN is_cmd);
224 extern UINT8 nfc_ncif_send_data (tNFC_CONN_CB *p_cb, BT_HDR *p_data);
228 NFC_API extern BOOLEAN nfc_ncif_process_event (BT_HDR *p_msg);
229 NFC_API extern void nfc_ncif_check_cmd_queue (BT_HDR *p_buf)
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 197 BT_HDR hdr;
206 BT_HDR hdr;
223 BT_HDR hdr;
233 BT_HDR hdr;
241 BT_HDR hdr;
248 BT_HDR hdr;
256 BT_HDR hdr;
265 BT_HDR hdr;
273 BT_HDR hdr;
281 BT_HDR hdr
    [all...]
  /external/bluetooth/bluedroid/bta/sys/
ptim.c 62 BT_HDR *p_msg;
101 if ((p_msg = (BT_HDR *) GKI_getbuf(sizeof(BT_HDR))) != NULL)
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c 64 BT_HDR *p_msg;
104 if ((p_msg = (BT_HDR *) GKI_getbuf (sizeof (BT_HDR))) != NULL)
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 45 BT_HDR *p;
69 BT_HDR *p;
89 BT_HDR *p;
115 BT_HDR *p;
137 BT_HDR *p;
177 BT_HDR *p;
206 BT_HDR *p;
230 BT_HDR *p;
252 BT_HDR *p;
274 BT_HDR *p
    [all...]
hciblecmds.c 40 BT_HDR *p;
61 BT_HDR *p;
83 BT_HDR *p;
103 BT_HDR *p;
123 BT_HDR *p;
143 BT_HDR *p;
168 BT_HDR *p;
196 BT_HDR *p;
217 BT_HDR *p;
248 BT_HDR *p
    [all...]
  /external/bluetooth/bluedroid/stack/include/
goep_fs.h 101 BT_HDR hdr;
109 BT_HDR hdr;
117 BT_HDR hdr;
124 BT_HDR hdr;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 39 void DispHciCmd (BT_HDR *p_buf);
40 void DispHciEvt (BT_HDR *p_buf);
80 void DispHciCmd (BT_HDR *p_buf)
105 void DispHciEvt (BT_HDR *p_buf)
  /external/libnfc-nci/src/nfc/nfc/
nfc_task.c 61 BT_HDR *p_msg;
70 if ((p_msg = (BT_HDR *) GKI_getbuf (BT_HDR_SIZE)) != NULL)
183 BT_HDR *p_msg;
192 if ((p_msg = (BT_HDR *) GKI_getbuf (BT_HDR_SIZE)) != NULL)
310 BT_HDR *p_msg;
313 while ((p_msg = (BT_HDR *) GKI_read_mbox (NFC_MBOX_ID)) != NULL)
359 BT_HDR *p_msg;
386 while ((p_msg = (BT_HDR *) GKI_read_mbox (NFC_MBOX_ID)) != NULL)
438 while ((p_msg = (BT_HDR *) GKI_read_mbox (NFA_MBOX_ID)) != NULL)
  /external/libnfc-nci/src/nfc/llcp/
llcp_link.c 61 static void llcp_link_proc_ui_pdu (UINT8 local_sap, UINT8 remote_sap, UINT16 ui_pdu_length, UINT8 *p_ui_pdu, BT_HDR *p_msg);
62 static void llcp_link_proc_agf_pdu (BT_HDR *p_msg);
63 static void llcp_link_proc_rx_pdu (UINT8 dsap, UINT8 ptype, UINT8 ssap, BT_HDR *p_msg);
64 static void llcp_link_proc_rx_data (BT_HDR *p_msg);
66 static BT_HDR *llcp_link_get_next_pdu (BOOLEAN length_only, UINT16 *p_next_pdu_length);
67 static BT_HDR *llcp_link_build_next_pdu (BT_HDR *p_agf);
68 static void llcp_link_send_to_lower (BT_HDR *p_msg);
815 BT_HDR *p_msg;
818 p_msg = (BT_HDR*) GKI_getpoolbuf (LLCP_POOL_ID)
    [all...]

Completed in 5190 milliseconds

12 3 4 5 6 7 8 910