Home | History | Annotate | Download | only in src

Lines Matching refs:p_prop

1015             bt_property_t *p_prop = &(p_req->write_req.prop);
1016 BTIF_TRACE_EVENT("type: %d, len %d, 0x%x", p_prop->type,
1017 p_prop->len, p_prop->val);
1019 status = btif_storage_set_adapter_property(p_prop);
1020 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, p_prop);