Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_BG_CONN_DEV

1698 bool gatt_is_bg_dev_for_app(tGATT_BG_CONN_DEV* p_dev, tGATT_IF gatt_if) {
1717 tGATT_BG_CONN_DEV* gatt_find_bg_dev(BD_ADDR remote_bda) {
1718 tGATT_BG_CONN_DEV* p_dev_list = &gatt_cb.bgconn_dev[0];
1738 tGATT_BG_CONN_DEV* gatt_alloc_bg_dev(BD_ADDR remote_bda) {
1739 tGATT_BG_CONN_DEV* p_dev_list = &gatt_cb.bgconn_dev[0];
1764 tGATT_BG_CONN_DEV* p_dev = NULL;
1824 tGATT_BG_CONN_DEV* p_dev = NULL;
1848 tGATT_BG_CONN_DEV* p_dev = NULL;
1879 tGATT_BG_CONN_DEV* p_dev = NULL;
1905 memset(p_dev, 0, sizeof(tGATT_BG_CONN_DEV));
1920 tGATT_BG_CONN_DEV* p_dev_list = &gatt_cb.bgconn_dev[0];
1952 sizeof(tGATT_BG_CONN_DEV) * GATT_MAX_BG_CONN_DEV);