• Home
  • Raw
  • Download

Lines Matching refs:uint32_t

81 typedef uint32_t tBTA_JV_ROLE;
187 uint32_t handle; /* The connection handle */
195 uint32_t handle; /* The connection handle */
206 uint32_t handle; /* The connection handle */
213 uint32_t handle; /* The connection handle */
220 uint32_t handle; /* The connection handle */
227 uint32_t handle; /* The connection handle */
234 uint32_t handle; /* The connection handle */
235 uint32_t req_id; /* The req_id in the associated BTA_JvL2capRead() */
244 uint32_t handle; /* The connection handle */
245 uint32_t req_id; /* The req_id in the associated BTA_JvL2capWrite() */
253 uint32_t handle; /* The connection handle */
259 uint32_t handle; /* The connection handle */
260 uint32_t new_listen_handle; /* The new listen handle */
267 uint32_t port_status; /* PORT status */
268 uint32_t handle; /* The connection handle */
275 uint32_t handle; /* The connection handle */
283 uint32_t handle; /* The connection handle */
289 uint32_t handle; /* The connection handle */
294 uint32_t handle; /* The connection handle */
301 uint32_t handle; /* The connection handle */
308 uint32_t handle; /* The connection handle */
309 uint32_t req_id; /* The req_id in the associated BTA_JvRfcommWrite() */
317 uint32_t handle; /* Connection handle */
323 uint32_t handle; /* Connection handle */
356 typedef void(tBTA_JV_DM_CBACK)(tBTA_JV_EVT event, tBTA_JV* p_data, uint32_t id);
359 typedef uint32_t(tBTA_JV_RFCOMM_CBACK)(tBTA_JV_EVT event, tBTA_JV* p_data,
360 uint32_t rfcomm_slot_id);
364 uint32_t l2cap_socket_id);
421 void BTA_JvGetChannelId(int conn_type, uint32_t id, int32_t channel);
452 uint32_t rfcomm_slot_id);
465 tBTA_JV_STATUS BTA_JvCreateRecordByUser(uint32_t rfcomm_slot_id);
477 tBTA_JV_STATUS BTA_JvDeleteRecord(uint32_t handle);
496 tBTA_JV_L2CAP_CBACK* p_cback, uint32_t l2cap_socket_id);
508 tBTA_JV_STATUS BTA_JvL2capClose(uint32_t handle);
529 uint32_t l2cap_socket_id);
543 uint32_t l2cap_socket_id);
557 tBTA_JV_STATUS BTA_JvL2capRead(uint32_t handle, uint32_t req_id,
571 tBTA_JV_STATUS BTA_JvL2capReady(uint32_t handle, uint32_t* p_data_size);
586 tBTA_JV_STATUS BTA_JvL2capWrite(uint32_t handle, uint32_t req_id, BT_HDR* msg,
587 uint32_t user_id);
609 uint32_t rfcomm_slot_id);
621 tBTA_JV_STATUS BTA_JvRfcommClose(uint32_t handle, uint32_t rfcomm_slot_id);
641 uint32_t rfcomm_slot_id);
654 tBTA_JV_STATUS BTA_JvRfcommStopServer(uint32_t handle, uint32_t rfcomm_slot_id);
668 tBTA_JV_STATUS BTA_JvRfcommWrite(uint32_t handle, uint32_t req_id);
694 tBTA_JV_STATUS BTA_JvSetPmProfile(uint32_t handle, tBTA_JV_PM_ID app_id,
707 uint16_t BTA_JvRfcommGetPortHdl(uint32_t handle);