OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_db_attr
(Results
1 - 2
of
2
) sorted by null
/system/bt/stack/gap/
gap_ble.c
217
tGAP_ATTR *
p_db_attr
= gap_cb.gatt_attr;
local
222
for (i = 0; i < GAP_MAX_CHAR_NUM; i ++,
p_db_attr
++)
224
if (handle ==
p_db_attr
->handle)
226
if (
p_db_attr
->uuid != GATT_UUID_GAP_DEVICE_NAME &&
230
switch (
p_db_attr
->uuid)
251
UINT16_TO_STREAM(p,
p_db_attr
->attr_value.icon);
256
UINT16_TO_STREAM(p,
p_db_attr
->attr_value.conn_param.int_min); /* int_min */
257
UINT16_TO_STREAM(p,
p_db_attr
->attr_value.conn_param.int_max); /* int_max */
258
UINT16_TO_STREAM(p,
p_db_attr
->attr_value.conn_param.latency); /* latency */
259
UINT16_TO_STREAM(p,
p_db_attr
->attr_value.conn_param.sp_tout); /* sp_tout *
304
tGAP_ATTR *
p_db_attr
= gap_cb.gatt_attr;
local
385
tGAP_ATTR *
p_db_attr
= &gap_cb.gatt_attr[0];
local
463
tGAP_ATTR *
p_db_attr
= gap_cb.gatt_attr;
local
[
all
...]
/system/bt/stack/srvc/
srvc_dis.c
117
tDIS_DB_ENTRY *
p_db_attr
= dis_cb.dis_attr;
local
124
for (i = 0; i < DIS_MAX_CHAR_NUM; i ++,
p_db_attr
++)
126
if (handle ==
p_db_attr
->handle)
128
if ((
p_db_attr
->uuid == GATT_UUID_PNP_ID ||
p_db_attr
->uuid == GATT_UUID_SYSTEM_ID)&&
136
switch (
p_db_attr
->uuid)
145
pp = dis_cb.dis_value.data_string[
p_db_attr
->uuid - GATT_UUID_MODEL_NUMBER_STR];
348
tDIS_DB_ENTRY *
p_db_attr
= &dis_cb.dis_attr[0];
local
371
uuid.uu.uuid16 =
p_db_attr
->uuid = dis_attr_uuid[i];
372
p_db_attr
->handle = GATTS_AddCharacteristic(dis_cb.service_handle, &uuid, GATT_PERM_READ, GATT_CHAR_PROP_BI (…)
[
all
...]
Completed in 196 milliseconds