Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_storage.h31 #define BTIF_STORAGE_FILL_PROPERTY(p_prop, t, l, p_v) \ argument
33 (p_prop)->type = (t); \
34 (p_prop)->len = (l); \
35 (p_prop)->val = (p_v); \
/system/bt/btif/src/
Dbtif_core.cc690 bt_property_t* p_prop = &(p_req->write_req.prop); in execute_storage_request() local
691 BTIF_TRACE_EVENT("type: %d, len %d, 0x%x", p_prop->type, p_prop->len, in execute_storage_request()
692 p_prop->val); in execute_storage_request()
694 status = btif_storage_set_adapter_property(p_prop); in execute_storage_request()
695 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, p_prop); in execute_storage_request()