Lines Matching full:uint32
103 UINT32 u32; /* 32-bit integer */
122 UINT32 time_read; /* The time the record was read */
128 UINT32 mem_size; /* Memory size of the DB */
129 UINT32 mem_free; /* Memory still available */
138 UINT32 raw_size; /* size of raw_data */
139 UINT32 raw_used; /* length of raw_data used */
190 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len,
421 UINT32 SDP_CreateRecord (void);
437 BOOLEAN SDP_DeleteRecord (UINT32 handle);
453 INT32 SDP_ReadRecord(UINT32 handle, UINT8 *p_data, INT32 *p_data_len);
469 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id,
470 UINT8 attr_type, UINT32 attr_len,
488 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id,
505 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id,
521 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem,
537 BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem,
553 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle,
569 BOOLEAN SDP_AddLanguageBaseAttrIDList (UINT32 handle,
585 BOOLEAN SDP_AddServiceClassIdList (UINT32 handle,
599 BOOLEAN SDP_DeleteAttribute (UINT32 handle, UINT16 attr_id);
613 UINT32 *p_handle);
625 tSDP_DISCOVERY_DB *p_db, UINT32 len,