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

  /system/bt/bta/gatt/
bta_gatts_utils.c 92 tBTA_GATTS_RCB *p_reg; local
94 for (i = 0, p_reg = bta_gatts_cb.rcb; i < BTA_GATTS_MAX_APP_NUM; i ++, p_reg++)
96 if (p_reg->in_use && p_reg->gatt_if == server_if)
97 return p_reg;
bta_gatts_act.c 897 tBTA_GATTS_RCB *p_reg; local
911 p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if);
913 if (p_reg && p_reg->p_cback)
929 (*p_reg->p_cback)(evt, &cb_data);
  /system/bt/stack/gatt/
gatt_cl.c 439 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
440 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
500 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
501 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id, p_clcb->op_subtype, &result);
667 tGATT_REG *p_reg; local
712 for (i = 0, p_reg = gatt_cb.cl_rcb; i < GATT_MAX_APPS; i++, p_reg++)
714 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb && (event == GATTC_OPTYPE_INDICATION))
728 for (i = 0, p_reg = gatt_cb.cl_rcb; i < GATT_MAX_APPS; i++, p_reg++
    [all...]
gatt_main.c 352 BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr,
394 GATT_TRACE_ERROR("Max TCB for gatt_if [%d] reached.", p_reg->gatt_if);
401 gatt_update_app_use_link_flag(p_reg->gatt_if, p_tcb, TRUE, FALSE);
506 tGATT_REG *p_reg=NULL; local
515 for (i = 0, p_reg = gatt_cb.cl_rcb ; i < GATT_MAX_APPS; i++, p_reg++)
517 if (p_reg->in_use)
519 if (p_reg->app_cb.p_congestion_cb)
521 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_reg->gatt_if);
522 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested)
935 tGATT_REG *p_reg; local
    [all...]
gatt_api.c 149 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
155 if (p_reg == NULL)
161 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)
675 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
724 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
778 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
833 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
901 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
990 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
1054 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
1190 tGATT_REG *p_reg; local
1241 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
1321 tGATT_REG *p_reg; local
1363 tGATT_REG *p_reg; local
1406 tGATT_REG *p_reg; local
1522 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
1558 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
1590 tGATT_REG *p_reg; local
    [all...]
gatt_utils.c 1463 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
1617 tGATT_REG *p_reg = NULL; local
1679 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
2256 tGATT_REG *p_reg=NULL; local
2682 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); local
2754 tGATT_REG *p_reg; local
2818 tGATT_REG *p_reg = &gatt_cb.cl_rcb[0]; local
    [all...]
gatt_int.h 396 tGATT_REG *p_reg; /* owner of this CLCB */ member in struct:__anon73631
535 extern BOOLEAN gatt_act_connect (tGATT_REG *p_reg, BD_ADDR bd_addr, tBT_TRANSPORT transport, bool opportunistic);
  /system/bt/bta/include/
bta_av_api.h 518 tBTA_AV_REG *p_reg; /* action function to register VDP */ member in struct:__anon73054

Completed in 127 milliseconds