Searched refs:p_prop (Results 1 – 3 of 3) sorted by relevance
/system/bt/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);
|
/system/bt/btif/src/ |
D | btif_core.c | 824 bt_property_t *p_prop = &(p_req->write_req.prop); in execute_storage_request() local 825 BTIF_TRACE_EVENT("type: %d, len %d, 0x%x", p_prop->type, in execute_storage_request() 826 p_prop->len, p_prop->val); in execute_storage_request() 828 status = btif_storage_set_adapter_property(p_prop); in execute_storage_request() 829 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, p_prop); in execute_storage_request()
|
D | btif_gatt_multi_adv_util.c | 338 tBTA_BLE_PROPRIETARY *p_prop = &p_multi_adv_data_cb->inst_cb[cbindex].data.proprietary; in btif_gattc_copy_datacb() local 339 p_prop->num_elem = 1; in btif_gattc_copy_datacb() 341 tBTA_BLE_PROP_ELEM *p_elem = &p_prop->elem[0]; in btif_gattc_copy_datacb()
|