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

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c1089 tGATT_SR_REG *p_sreg; local
1093 p_sreg = &gatt_cb.sr_reg[i_rcb];
1094 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_sreg->gatt_if);
1099 gatt_sr_update_cback_cnt(p_tcb, p_sreg->gatt_if, TRUE, TRUE);
H A Dgatt_sr.c1089 tGATT_SR_REG *p_sreg; local
1136 p_sreg = &gatt_cb.sr_reg[i_rcb];
1137 conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_sreg->gatt_if);
H A Dgatt_api.c466 tGATT_SR_REG *p_sreg; local
505 p_sreg = &gatt_cb.sr_reg[i_sreg];
506 p_sreg->gatt_if = gatt_if;
512 if (p_sreg->type == GATT_UUID_PRI_SERVICE)
514 p_uuid = gatts_get_service_uuid (p_sreg->p_db);
516 p_sreg->sdp_handle = gatt_add_sdp_record(p_uuid, p_sreg->s_hdl, p_sreg->e_hdl);
523 gatts_update_srv_list_elem(i_sreg, p_sreg->s_hdl,
531 p_sreg
1240 tGATT_SR_REG *p_sreg; local
[all...]
H A Dgatt_utils.c1229 tGATT_SR_REG *p_sreg; local
1232 for (i_rcb = 0, p_sreg = gatt_cb.sr_reg; i_rcb < GATT_MAX_SR_PROFILES; i_rcb++, p_sreg++)
1234 if ( p_sreg->in_use )
1236 p_this_uuid = gatts_get_service_uuid (p_sreg->p_db);
1239 gatt_uuid_compare (*p_app_uuid128, p_sreg->app_uuid ) &&
1241 (svc_inst == p_sreg->service_instance))
1264 tGATT_SR_REG *p_sreg = NULL; local
1267 for (ii = 0, p_sreg = gatt_cb.sr_reg; ii < GATT_MAX_SR_PROFILES; ii++, p_sreg
[all...]

Completed in 85 milliseconds