Home | History | Annotate | Download | only in include

Lines Matching refs:property

45  * Description      BTIF storage API - Fetches the adapter property->type
46 * from NVRAM and fills property->val.
47 * Caller should provide memory for property->val and
48 * set the property->val
54 bt_status_t btif_storage_get_adapter_property(bt_property_t* property);
60 * Description BTIF storage API - Stores the adapter property
67 bt_status_t btif_storage_set_adapter_property(bt_property_t* property);
73 * Description BTIF storage API - Fetches the remote device property->type
74 * from NVRAM and fills property->val.
75 * Caller should provide memory for property->val and
76 * set the property->val
83 bt_property_t* property);
89 * Description BTIF storage API - Stores the remote device property
97 bt_property_t* property);