Searched refs:p_prop (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/btif/include/ |
D | btif_storage.h | 30 #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/ |
D | btif_core.c | 995 bt_property_t *p_prop = &(p_req->write_req.prop); in execute_storage_request() local 996 BTIF_TRACE_EVENT3("type: %d, len %d, 0x%x", p_prop->type, in execute_storage_request() 997 p_prop->len, p_prop->val); in execute_storage_request() 999 status = btif_storage_set_adapter_property(p_prop); in execute_storage_request() 1000 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, p_prop); in execute_storage_request()
|