Home
last modified time | relevance | path

Searched refs:p_prop (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/bt/btif/include/
H A Dbtif_storage.h32 #define BTIF_STORAGE_FILL_PROPERTY(p_prop, t, l, p_v) \ argument
34 (p_prop)->type = (t); \
35 (p_prop)->len = (l); \
36 (p_prop)->val = (p_v); \