Searched defs:oob (Results 1 - 2 of 2) sorted by relevance
/external/yaffs2/yaffs2/ |
H A D | yaffs_mtdif.c | 42 static inline void translate_spare2oob(const yaffs_Spare *spare, __u8 *oob) argument 44 oob[0] = spare->tagByte0; 45 oob[1] = spare->tagByte1; 46 oob[2] = spare->tagByte2; 47 oob[3] = spare->tagByte3; 48 oob[4] = spare->tagByte4; 49 oob[5] = spare->tagByte5 & 0x3f; 50 oob[5] |= spare->blockStatus == 'Y' ? 0: 0x80; 51 oob[5] |= spare->pageStatus == 0 ? 0: 0x40; 52 oob[ 56 translate_oob2spare(yaffs_Spare *spare, __u8 *oob) argument [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
H A D | btm_sec.c | 1640 ** oob - BTM_OOB_NONE or BTM_OOB_PRESENT. 1644 void BTM_IoCapRsp(BD_ADDR bd_addr, tBTM_IO_CAP io_cap, tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req) argument 1646 BTM_TRACE_EVENT3 ("BTM_IoCapRsp: state: %s oob: %d io_cap: %d", 1647 btm_pair_state_descr(btm_cb.pairing_state), oob, io_cap); 1653 if (oob < BTM_OOB_UNKNOWN && io_cap < BTM_IO_CAP_MAX) 1661 btsnd_hcic_io_cap_req_reply (bd_addr, io_cap, oob, auth_req); 3641 ** Description This function is called when read local oob data is
|
Completed in 112 milliseconds