OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_prop
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_core.c
1007
bt_property_t *
p_prop
= &(p_req->write_req.prop);
local
1008
BTIF_TRACE_EVENT3("type: %d, len %d, 0x%x",
p_prop
->type,
1009
p_prop
->len,
p_prop
->val);
1011
status = btif_storage_set_adapter_property(
p_prop
);
1012
HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1,
p_prop
);
[
all
...]
btif_gatt_client.c
1083
tBTA_BLE_PROPRIETARY *
p_prop
= btif_cb.adv_data.data.
p_prop
rietary;
local
[
all
...]
Completed in 305 milliseconds