Searched defs:p_dev_list (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_utils.c2410 tGATT_BG_CONN_DEV *p_dev_list = &gatt_cb.bgconn_dev[0]; local
2413 for (i = 0; i < GATT_MAX_BG_CONN_DEV; i ++, p_dev_list ++)
2415 if (p_dev_list->in_use && !memcmp(p_dev_list->remote_bda, remote_bda, BD_ADDR_LEN))
2417 return p_dev_list;
2433 tGATT_BG_CONN_DEV *p_dev_list = &gatt_cb.bgconn_dev[0]; local
2436 for (i = 0; i < GATT_MAX_BG_CONN_DEV; i ++, p_dev_list ++)
2438 if (!p_dev_list->in_use)
2440 p_dev_list->in_use = TRUE;
2441 memcpy(p_dev_list
2681 tGATT_BG_CONN_DEV *p_dev_list = &gatt_cb.bgconn_dev[0]; local
[all...]

Completed in 59 milliseconds