Lines Matching full:property
38 ** Description BTIF storage API - Fetches the adapter property->type
39 ** from NVRAM and fills property->val.
40 ** Caller should provide memory for property->val and
41 ** set the property->val
47 bt_status_t btif_storage_get_adapter_property(bt_property_t *property);
53 ** Description BTIF storage API - Stores the adapter property
60 bt_status_t btif_storage_set_adapter_property(bt_property_t *property);
66 ** Description BTIF storage API - Fetches the remote device property->type
67 ** from NVRAM and fills property->val.
68 ** Caller should provide memory for property->val and
69 ** set the property->val
76 bt_property_t *property);
82 ** Description BTIF storage API - Stores the remote device property
90 bt_property_t *property);