OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_dev_name
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/gap/
gap_ble.c
220
UINT8 *
p_dev_name
= NULL;
local
233
BTM_ReadLocalDeviceName((char **)&
p_dev_name
);
234
if (strlen ((char *)
p_dev_name
) > GATT_MAX_ATTR_LEN)
237
p_value->len = (UINT16)strlen ((char *)
p_dev_name
);
244
p_dev_name
+= offset;
245
ARRAY_TO_STREAM(p,
p_dev_name
, p_value->len);
486
BTM_SetLocalDeviceName((char *)p_value->
p_dev_name
);
/system/bt/stack/include/
gap_api.h
124
UINT8 *
p_dev_name
;
member in union:__anon72723
/system/bt/stack/btm/
btm_ble_gap.c
2673
UINT8 *
p_dev_name
, remname[31] = {0};
local
[
all
...]
Completed in 108 milliseconds