Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_storage.h27 #define BTIF_STORAGE_FILL_PROPERTY(p_prop, t, l, p_v) \ argument
28 (p_prop)->type = t;(p_prop)->len = l; (p_prop)->val = (p_v);
/system/bt/btif/src/
Dbtif_gatt_multi_adv_util.c381 tBTA_BLE_PROPRIETARY *p_prop = p_multi_adv_data_cb->inst_cb[cbindex].data.p_proprietary; in btif_gattc_copy_datacb() local
382 p_prop->num_elem = 0; in btif_gattc_copy_datacb()
384 p_prop->num_elem = 1; in btif_gattc_copy_datacb()
385 p_prop->p_elem = GKI_getbuf(sizeof(tBTA_BLE_PROP_ELEM) * p_prop->num_elem); in btif_gattc_copy_datacb()
386 p_elem = p_prop->p_elem; in btif_gattc_copy_datacb()
Dbtif_core.c813 bt_property_t *p_prop = &(p_req->write_req.prop); in execute_storage_request() local
814 BTIF_TRACE_EVENT("type: %d, len %d, 0x%x", p_prop->type, in execute_storage_request()
815 p_prop->len, p_prop->val); in execute_storage_request()
817 status = btif_storage_set_adapter_property(p_prop); in execute_storage_request()
818 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, p_prop); in execute_storage_request()