HomeSort by relevance Sort by last modified time
    Searched defs:p_reg (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_utils.c 93 tBTA_GATTS_RCB *p_reg; local
95 for (i = 0, p_reg = bta_gatts_cb.rcb; i < BTA_GATTS_MAX_APP_NUM; i ++, p_reg++)
97 if (p_reg->in_use && p_reg->gatt_if == server_if)
98 return p_reg;
bta_gatts_act.c 774 tBTA_GATTS_RCB *p_reg; local
781 p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if);
783 if (p_reg && p_reg->p_cback)
789 (*p_reg->p_cback)(evt, &cb_data);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 150 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
156 if (p_reg == NULL)
162 p_app_uuid128 = &p_reg->app_uuid128;
400 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
405 if (p_reg == NULL)
410 p_app_uuid128 = &p_reg->app_uuid128;
470 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
476 if (p_reg == NULL)
604 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
609 if ( (p_reg == NULL) || (p_tcb == NULL)
674 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
718 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
772 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
824 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
893 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
981 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
1055 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
1187 tGATT_REG *p_reg; local
1236 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
1315 tGATT_REG *p_reg; local
1355 tGATT_REG *p_reg; local
1391 tGATT_REG *p_reg; local
1509 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
1542 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
1574 tGATT_REG *p_reg; local
    [all...]
gatt_cl.c 416 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
417 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
468 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
469 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
618 tGATT_REG *p_reg; local
656 for (i = 0, p_reg = gatt_cb.cl_rcb; i < GATT_MAX_APPS; i++, p_reg++)
658 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb && (event == GATTC_OPTYPE_INDICATION))
672 for (i = 0, p_reg = gatt_cb.cl_rcb; i < GATT_MAX_APPS; i++, p_reg++
    [all...]
gatt_main.c 317 BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr)
357 GATT_TRACE_ERROR1("Max TCB for gatt_if [%d] reached.", p_reg->gatt_if);
363 gatt_update_app_use_link_flag(p_reg->gatt_if, p_tcb, TRUE, FALSE);
829 tGATT_REG *p_reg; local
836 for (i = 0, p_reg = gatt_cb.cl_rcb ; i < GATT_MAX_APPS; i++, p_reg++)
838 if (p_reg->in_use)
840 if (p_bg_dev && gatt_is_bg_dev_for_app(p_bg_dev, p_reg->gatt_if))
841 gatt_update_app_use_link_flag(p_reg->gatt_if, p_tcb, TRUE, TRUE);
843 if (p_reg->app_cb.p_conn_cb
    [all...]
gatt_utils.c 1325 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
1471 tGATT_REG *p_reg = NULL; local
1528 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
2104 tGATT_REG *p_reg=NULL; local
2576 tGATT_REG *p_reg; local
2621 tGATT_REG *p_reg; local
2688 tGATT_REG *p_reg = &gatt_cb.cl_rcb[0]; local
    [all...]
gatt_int.h 383 tGATT_REG *p_reg; /* owner of this CLCB */ member in struct:__anon3123
525 extern BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr);
  /external/bluetooth/bluedroid/bta/include/
bta_av_api.h 495 tBTA_AV_REG *p_reg; /* action function to register VDP */ member in struct:__anon2660

Completed in 511 milliseconds