HomeSort by relevance Sort by last modified time
    Searched refs:p_prop (Results 1 - 3 of 3) sorted by null

  /system/bt/btif/include/
btif_storage.h 30 #define BTIF_STORAGE_FILL_PROPERTY(p_prop, t, l, p_v) \
31 (p_prop)->type = t;(p_prop)->len = l; (p_prop)->val = (p_v);
  /system/bt/btif/src/
btif_core.c 824 bt_property_t *p_prop = &(p_req->write_req.prop); local
825 BTIF_TRACE_EVENT("type: %d, len %d, 0x%x", p_prop->type,
826 p_prop->len, p_prop->val);
828 status = btif_storage_set_adapter_property(p_prop);
829 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, p_prop);
    [all...]
btif_gatt_multi_adv_util.c 338 tBTA_BLE_PROPRIETARY *p_prop = &p_multi_adv_data_cb->inst_cb[cbindex].data.proprietary; local
339 p_prop->num_elem = 1;
341 tBTA_BLE_PROP_ELEM *p_elem = &p_prop->elem[0];

Completed in 326 milliseconds