Home | History | Annotate | Download | only in include

Lines Matching refs:property

46  * Description      BTIF storage API - Fetches the adapter property->type
47 * from NVRAM and fills property->val.
48 * Caller should provide memory for property->val and
49 * set the property->val
55 bt_status_t btif_storage_get_adapter_property(bt_property_t* property);
61 * Description BTIF storage API - Stores the adapter property
68 bt_status_t btif_storage_set_adapter_property(bt_property_t* property);
74 * Description BTIF storage API - Fetches the remote device property->type
75 * from NVRAM and fills property->val.
76 * Caller should provide memory for property->val and
77 * set the property->val
84 const RawAddress* remote_bd_addr, bt_property_t* property);
90 * Description BTIF storage API - Stores the remote device property
98 const RawAddress* remote_bd_addr, bt_property_t* property);