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.cc 88 tBTA_GATTS_RCB* p_reg; local
90 for (i = 0, p_reg = bta_gatts_cb.rcb; i < BTA_GATTS_MAX_APP_NUM;
91 i++, p_reg++) {
92 if (p_reg->in_use && p_reg->gatt_if == server_if) return p_reg;
bta_gatts_act.cc 583 tBTA_GATTS_RCB* p_reg; local
598 p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if);
600 if (p_reg && p_reg->p_cback) {
614 (*p_reg->p_cback)(evt, &cb_data);
623 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if); local
624 if (!p_reg || !p_reg->p_cback) {
635 (*p_reg->p_cback)(BTA_GATTS_PHY_UPDATE_EVT, &cb_data);
641 tBTA_GATTS_RCB* p_reg = bta_gatts_find_app_rcb_by_app_if(gatt_if) local
    [all...]
  /system/bt/stack/gatt/
gatt_cl.cc 400 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
401 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id,
457 if (p_clcb->p_reg->app_cb.p_disc_res_cb)
458 (*p_clcb->p_reg->app_cb.p_disc_res_cb)(p_clcb->conn_id,
602 tGATT_REG* p_reg; local
649 for (i = 0, p_reg = gatt_cb.cl_rcb; i < GATT_MAX_APPS; i++, p_reg++) {
650 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb &&
664 for (i = 0, p_reg = gatt_cb.cl_rcb; i < GATT_MAX_APPS; i++, p_reg++)
    [all...]
gatt_main.cc 352 bool gatt_act_connect(tGATT_REG* p_reg, BD_ADDR bd_addr,
385 GATT_TRACE_ERROR("Max TCB for gatt_if [%d] reached.", p_reg->gatt_if);
391 gatt_update_app_use_link_flag(p_reg->gatt_if, p_tcb, true, false);
483 tGATT_REG* p_reg = NULL; local
491 for (i = 0, p_reg = gatt_cb.cl_rcb; i < GATT_MAX_APPS; i++, p_reg++) {
492 if (p_reg->in_use) {
493 if (p_reg->app_cb.p_congestion_cb) {
494 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_reg->gatt_if);
495 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested)
504 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; local
526 tGATT_REG* p_reg = &gatt_cb.cl_rcb[i]; local
907 tGATT_REG* p_reg; local
    [all...]
gatt_api.cc 225 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
234 if (p_reg == NULL) {
239 p_app_uuid128 = &p_reg->app_uuid128;
416 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
417 if (p_reg == NULL) {
422 tBT_UUID* p_app_uuid128 = &p_reg->app_uuid128;
498 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
502 if ((p_reg == NULL) || (p_tcb == NULL)) {
562 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
567 if ((p_reg == NULL) || (p_tcb == NULL))
609 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
660 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
793 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
853 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
938 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
1000 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
1129 tGATT_REG* p_reg; local
1180 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
1243 tGATT_REG* p_reg; local
1292 tGATT_REG* p_reg; local
1334 tGATT_REG* p_reg; local
1435 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
1468 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
    [all...]
gatt_utils.cc 877 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
879 if (!p_reg) {
880 GATT_TRACE_ERROR("p_reg not found discard request");
884 if (p_reg->in_use && p_reg->app_cb.p_req_cb) {
885 (*p_reg->app_cb.p_req_cb)(conn_id, trans_id, type, p_data);
1018 tGATT_REG* p_reg = NULL; local
1076 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); local
1585 tGATT_REG* p_reg = NULL; local
1970 tGATT_REG* p_reg; local
    [all...]
gatt_int.h 307 tGATT_REG* p_reg; /* owner of this CLCB */ member in struct:__anon106241
417 extern bool gatt_act_connect(tGATT_REG* p_reg, BD_ADDR bd_addr,
  /system/bt/bta/include/
bta_av_api.h 482 tBTA_AV_REG* p_reg; /* action function to register VDP */ member in struct:__anon105634

Completed in 295 milliseconds