Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/include/
Dbtif_storage.h30 #define BTIF_STORAGE_FILL_PROPERTY(p_prop, t, l, p_v) \ argument
31 (p_prop)->type = t;(p_prop)->len = l; (p_prop)->val = (p_v);
/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c964 bt_property_t *p_prop = &(p_req->write_req.prop); in execute_storage_request() local
965 BTIF_TRACE_EVENT3("type: %d, len %d, 0x%x", p_prop->type, in execute_storage_request()
966 p_prop->len, p_prop->val); in execute_storage_request()
968 status = btif_storage_set_adapter_property(p_prop); in execute_storage_request()
969 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, p_prop); in execute_storage_request()