Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_storage.h30 #define BTIF_STORAGE_FILL_PROPERTY(p_prop, t, l, p_v) \ argument
32 (p_prop)->type = (t); \
33 (p_prop)->len = (l); \
34 (p_prop)->val = (p_v); \
/system/bt/btif/src/
Dbtif_core.cc728 bt_property_t* p_prop = &(p_req->write_req.prop); in execute_storage_request() local
729 BTIF_TRACE_EVENT("type: %d, len %d, 0x%x", p_prop->type, p_prop->len, in execute_storage_request()
730 p_prop->val); in execute_storage_request()
732 status = btif_storage_set_adapter_property(p_prop); in execute_storage_request()
733 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, p_prop); in execute_storage_request()