Home | History | Annotate | Download | only in include

Lines Matching defs:ssn

140 /* a data type to keep an array of ssn/file offset - the info can be saved to NV */
152 UINT8 ssn;
221 BTA_API extern void bta_fs_co_session_info(BD_ADDR bd_addr, UINT8 *p_sess_info, UINT8 ssn,
250 ** ssn - the session sequence number.
260 BTA_API extern void bta_fs_co_suspend(BD_ADDR bd_addr, UINT8 *p_sess_info, UINT8 ssn,
289 ** This is used to inform call-out module if the ssn/file offset
292 ** Parameters ssn - the session sequence number of the first request
301 BTA_API extern void bta_fs_co_sess_ssn(int fd, UINT8 ssn, UINT8 app_id);
350 ** ssn - session sequence number. Ignored, if bta_fs_co_open
367 UINT8 ssn, UINT8 app_id);
380 ** ssn - session sequence number. Ignored, if bta_fs_co_open
395 UINT8 ssn, UINT8 app_id);
644 BTA_API extern void bta_fs_co_sess_offset(UINT8 ssn, INT32 pos, UINT16 nbytes, UINT8 app_id);