Searched refs:p_sreg (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_api.c467 tGATT_SR_REG *p_sreg; local
506 p_sreg = &gatt_cb.sr_reg[i_sreg];
507 p_sreg->gatt_if = gatt_if;
513 if (p_sreg->type == GATT_UUID_PRI_SERVICE)
515 p_uuid = gatts_get_service_uuid (p_sreg->p_db);
517 p_sreg->sdp_handle = gatt_add_sdp_record(p_uuid, p_sreg->s_hdl, p_sreg->e_hdl);
524 gatts_update_srv_list_elem(i_sreg, p_sreg->s_hdl,
532 p_sreg
1254 tGATT_SR_REG *p_sreg; local
[all...]
H A Dgatt_utils.c1313 tGATT_SR_REG *p_sreg; local
1316 for (i_rcb = 0, p_sreg = gatt_cb.sr_reg; i_rcb < GATT_MAX_SR_PROFILES; i_rcb++, p_sreg++)
1318 if ( p_sreg->in_use )
1320 p_this_uuid = gatts_get_service_uuid (p_sreg->p_db);
1323 gatt_uuid_compare (*p_app_uuid128, p_sreg->app_uuid ) &&
1325 (svc_inst == p_sreg->service_instance))
1348 tGATT_SR_REG *p_sreg = NULL; local
1351 for (ii = 0, p_sreg = gatt_cb.sr_reg; ii < GATT_MAX_SR_PROFILES; ii++, p_sreg
[all...]
H A Dgatt_db.c1140 tGATT_SR_REG *p_sreg; local
1144 p_sreg = &gatt_cb.sr_reg[i_rcb];
1145 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_sreg->gatt_if);
1150 gatt_sr_update_cback_cnt(p_tcb, p_sreg->gatt_if, TRUE, TRUE);
H A Dgatt_sr.c1099 tGATT_SR_REG *p_sreg; local
1149 p_sreg = &gatt_cb.sr_reg[i_rcb];
1150 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_sreg->gatt_if);

Completed in 11 milliseconds