www.pudn.com > spp_dev_a.rar > spp_dev_store.h, change:2006-12-12,size:569b
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.6.2-release
FILE NAME
spp_dev_store.h
DESCRIPTION
*/
#ifndef _SPP_DEV_STORE_H_
#define _SPP_DEV_STORE_H_
#include <bdaddr_.h>
/* Manipulate far_addr, keeping it in step with the copy in Persistent Store */
void write_far_addr(bdaddr* far_addr);
void clear_far_addr(bdaddr* far_addr);
void read_far_addr(bdaddr* far_addr);
uint16 know_far_addr(bdaddr far_addr);
#endif